[jboss-user] [JBoss Seam] - Re: [JDBCExceptionReporter] Table not found in statement ???

abchilla do-not-reply at jboss.com
Tue Nov 7 08:57:03 EST 2006


sorry.... so here we go.

<entity-manager>
  |     <persistence-unit name="entityManager">
  |         <provider>org.hibernate.ejb.HibernatePersistence</provider>
  |         <jta-data-source>java:/DefaultDS</jta-data-source>
  |         <properties>
  |             <property name="hibernate.dialect" value=" org.hibernate.dialect.HSQLDialect" />
  |             <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" />
  |             <property name="hibernate.transaction.flush_before_completion" value="true" />
  |             <property name="hibernate.hbm2ddl.auto" value="create-drop" />
  |             <property name="hibernate.show_sql" value="true" />
  |             <property name="jboss.entity.manager.factory.jndi.name" value="java:/seamappEntityManagerFactory" />
  |         </properties>
  |     </persistence-unit>
  | </entity-manager>

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

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



More information about the jboss-user mailing list