It probably is related to this issue :).

However, I didn't have @BypassInterceptors, so that I could have some values 
injected (I had @In EntityManager entityManager). Now that I removed it, I have 
to lookup the entity manager manually. But how can I do that?

Writing:

  | EntityManager entityManager = (EntityManager) 
Contexts.lookupInStatefulContexts("entityManager");
  | 
in the method returns null. And the @In version worked, except for the message.

Thanks,
Adam

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099005#4099005

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099005
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to