nille,

maybe you wanna try adding the InjectService annotation. This at least works for my services.

public static ConfirmationMailSender
buildConfirmationMailSender(
 @InjectService("Messages")
 Messages messages) {
 return new ConfirmationMailSender(messages);
}

good morning,
Michael


hammer schrieb:
So any one who knows how to provide a message catalogue to a service builder 
method, please do not hesitate to enlight me.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to