[jboss-user] [JBoss Seam] - Re: EntityManagerFactory not found in JNDI : java:/poctestEn

wise_guybg do-not-reply at jboss.com
Thu Aug 23 02:03:43 EDT 2007


You have not configured poctestEntityManagerFactory in the persistence.xml
Snippet:

  |     <persistence-unit name="poctest1" transaction-type="JTA">
  |         <provider>org.hibernate.ejb.HibernatePersistence</provider>
  |         <jta-data-source>java:poctest1Datasource</jta-data-source>
  |         <properties>
  |             <property name="jboss.entity.manager.factory.jndi.name" value="java:/poctestEntityManagerFactory"/>
  | 

PS code tag used here

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

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



More information about the jboss-user mailing list