[hibernate-commits] Hibernate SVN: r17852 - core/trunk/envers/src/test/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Oct 27 15:53:15 EDT 2009


Author: adamw
Date: 2009-10-27 15:53:14 -0400 (Tue, 27 Oct 2009)
New Revision: 17852

Modified:
   core/trunk/envers/src/test/resources/hibernate.test.cfg.xml
Log:
Diabling generation of the metamodel for tests as the generation breaks them

Modified: core/trunk/envers/src/test/resources/hibernate.test.cfg.xml
===================================================================
--- core/trunk/envers/src/test/resources/hibernate.test.cfg.xml	2009-10-27 19:27:02 UTC (rev 17851)
+++ core/trunk/envers/src/test/resources/hibernate.test.cfg.xml	2009-10-27 19:53:14 UTC (rev 17852)
@@ -17,6 +17,8 @@
         <property name="connection.username">sa</property>
         <property name="connection.password"></property>
 
+        <property name="hibernate.ejb.metamodel.generation">disabled</property>
+
         <!--<property name="dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property>
         <property name="connection.url">jdbc:mysql:///hibernate_tests?useUnicode=true&amp;characterEncoding=UTF-8</property>
         <property name="connection.driver_class">com.mysql.jdbc.Driver</property>



More information about the hibernate-commits mailing list