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