Do I still have to place
<persistence:managed-persistence-context name="entityManager"
auto-create="true"
| persistence-unit-jndi-name="java:/SeamAuctionEntityManagerFactory"/>
in components.xml and inject entity manager like this?
@In(create=true)
| private EntityManager em;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071123#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...