[jboss-user] [JBoss Seam] - Re: EntityManager trouble

bvdberg do-not-reply at jboss.com
Sun Jan 13 07:15:48 EST 2008


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



More information about the jboss-user mailing list