Hello,
could it be you're deploying on tomcat and not on JBoss?
I was having the same problem, and I solved it with the following:
| @In(create=true) EntityManager em;
|
| public EntityManager getEntityManager () {return em; }
|
|
regards, Bo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086253#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...