Also, I forgot to include the entity manager definitions in my pervious post:

components.xml:


  |    <persistence:managed-persistence-context name="entityManager"
  |                                      auto-create="true"
  |                           
entity-manager-factory="#{customerserviceEntityManagerFactory}"/>
  | 
  |    <persistence:entity-manager-factory 
name="customerserviceEntityManagerFactory" 
  |                       persistence-unit-name="customerservice"/>
  |    
  |    <persistence:managed-persistence-context name="stoneEdgeEntityManager"
  |                                      auto-create="true"
  |                           
entity-manager-factory="#{stoneedgeEntityManagerFactory}"/>
  | 
  |    <persistence:entity-manager-factory name="stoneedgeEntityManagerFactory" 
  |                       persistence-unit-name="stoneedge"/>
  | 
  | 

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

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

Reply via email to