I got it working by changing
@PersistenceContext
| private EntityManager em;
in
@In(create = true)
| private EntityManager entityManager;
But if used the wrong entitymanager why did it work for @Factory and not with @Out ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991836#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...