also try this in components.xml

 <persistence:managed-persistence-context name="entityManager"
  |                                      auto-create="true"
  |                           
entity-manager-factory="#{myEntityManagerFactory}"/>
  | 
  |   <persistence:entity-manager-factory name="myEntityManagerFactory" 
  |                       persistence-unit-name="testDb"/>
  | 
  | 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119420#4119420

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119420
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to