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#3991836

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

Reply via email to