[jboss-user] [JBoss Seam] - Re: Problem with manual flush mode for managed persistence c

pete.muir@jboss.org do-not-reply at jboss.com
Wed Dec 19 17:12:44 EST 2007


You would set up multiple entity manager components in components.xml like 


  | <persistence:managed-persistence-context name="entityManager1" persistence-unit-jndi-name="java:/EntityManagerFactory1" />
  | 
  | <persistence:managed-persistence-context name="entityManager2" persistence-unit-jndi-name="java:/EntityManagerFactory2" />

@In EntityManager entityManager1;
  | @In EntityManager entityManager2;

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114416



More information about the jboss-user mailing list