thats not really the way you set the entity manager
You need to use the persistence context annotation to create it. (extended type is
optional)
@PersistenceContext(type=EXTENDED)
private EntityManager em;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984875#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...