If you'd like to have the EntityManager and Factory accessible via JNDI, just add
these to your persistence.xml (will place in Global scope):
<property name="jboss.entity.manager.jndi.name"
| value="java:/entityManager" />
| <property name="jboss.entity.manager.factory.jndi.name"
| value="java:/entityManagerFactory" />
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015084#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...