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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Oct 31 10:34:24 EST 2006


Author: max.andersen at jboss.com
Date: 2006-10-31 10:34:22 -0500 (Tue, 31 Oct 2006)
New Revision: 10668

Modified:
   branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties
Log:
update hibernate.properties

Modified: branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties	2006-10-31 14:24:31 UTC (rev 10667)
+++ branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties	2006-10-31 15:34:22 UTC (rev 10668)
@@ -315,7 +315,7 @@
 
 ## specify a default schema and catalog for unqualified tablenames
 
-#hibernate.default_schema PUBLIC
+hibernate.default_schema PUBLIC
 #hibernate.default_catalog PUBLIC
 
 
@@ -406,7 +406,7 @@
 
 ## choose a cache implementation
 
-hibernate.cache.provider_class org.hibernate.cache.EhCacheProvider
+#hibernate.cache.provider_class org.hibernate.cache.EhCacheProvider
 #hibernate.cache.provider_class org.hibernate.cache.EmptyCacheProvider
 #hibernate.cache.provider_class org.hibernate.cache.HashtableCacheProvider
 #hibernate.cache.provider_class org.hibernate.cache.TreeCacheProvider




More information about the hibernate-commits mailing list