Hi Thiago,
maybe i give to less informations.
Am 11.09.18 um 14:13 schrieb Thiago H. de Paula Figueiredo:
On Sun, Sep 9, 2018 at 12:22 PM Andreas Ernst wrote:
Hi,
Hi!
i try to access a Payara Mailsession (mail-resource), but it is always
null:
@Stateless
public class MailSessionBean {
On Sun, Sep 9, 2018 at 12:22 PM Andreas Ernst wrote:
> Hi,
>
Hi!
> i try to access a Payara Mailsession (mail-resource), but it is always
> null:
>
> @Stateless
> public class MailSessionBean {
>
>private static final Logger logger =
> Logger.getLogger(MailSessionBean.class.getName());
>
Hi,
i try to access a Payara Mailsession (mail-resource), but it is always null:
@Stateless
public class MailSessionBean {
private static final Logger logger =
Logger.getLogger(MailSessionBean.class.getName());
@Resource(name = "mail/motdSession")
private Session mailSession;
public