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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...