[hibernate-commits] Hibernate SVN: r11613 - branches/Branch_3_2/HibernateExt/tools/etc.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Jun 4 08:49:05 EDT 2007


Author: max.andersen at jboss.com
Date: 2007-06-04 08:49:05 -0400 (Mon, 04 Jun 2007)
New Revision: 11613

Modified:
   branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties
   branches/Branch_3_2/HibernateExt/tools/etc/log4j.properties
Log:
remove forced h2 metadata dialect
make hibernate SettingsFactory shutup for testing

Modified: branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties	2007-06-04 12:47:18 UTC (rev 11612)
+++ branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties	2007-06-04 12:49:05 UTC (rev 11613)
@@ -438,4 +438,4 @@
 #hibernate.jndi.class com.ibm.websphere.naming.WsnInitialContextFactory
 #hibernate.jndi.url iiop://localhost:900/
 
-hibernatetool.metadatadialect org.hibernate.cfg.reveng.dialect.H2MetaDataDialect
\ No newline at end of file
+#hibernatetool.metadatadialect org.hibernate.cfg.reveng.dialect.H2MetaDataDialect
\ No newline at end of file

Modified: branches/Branch_3_2/HibernateExt/tools/etc/log4j.properties
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/etc/log4j.properties	2007-06-04 12:47:18 UTC (rev 11612)
+++ branches/Branch_3_2/HibernateExt/tools/etc/log4j.properties	2007-06-04 12:49:05 UTC (rev 11613)
@@ -15,6 +15,7 @@
 log4j.rootLogger=info, stdout
 
 log4j.logger.org.hibernate=info
+log4j.logger.org.hibernate.cfg.SettingsFactory=warn
 log4j.logger.org.hibernate.cfg.reveng=debug
 log4j.logger.org.hibernate.cfg.JDBCMetaDataConfiguration=debug
 




More information about the hibernate-commits mailing list