instead of 
anonymous wrote : 
  |  @Inject
  | private EntityManager manager; 
  | 

you should try

  | @PersistenceContext(unitName="persistence_unit_name")
  | EntityManager manager;
  | 

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

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

Reply via email to