Hi, I have a logging bean (@Observes) annotated with: @Asynchronous @Stateless
The class injects @Resource Sessioncontext It works fine in the last 1.6.0 snapshot (today) and I get the correct principal, however the logs are showing: -- WARNING: Injection data not found in JNDI context: jndiName='comp/env/org.waastad.ejb.event.LogListener/sessionContext', target=org.waastad.ejb.event.LogListener/sessionContext -- Is this something to worry about? -- View this message in context: http://openejb.979440.n4.nabble.com/asynch-listener-tp4662844.html Sent from the OpenEJB User mailing list archive at Nabble.com.
