[seam-commits] Seam SVN: r14250 - branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/src/main/application.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Dec 15 17:23:47 EST 2011


Author: manaRH
Date: 2011-12-15 17:23:46 -0500 (Thu, 15 Dec 2011)
New Revision: 14250

Modified:
   branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/src/main/application/hibernate.cfg.xml
Log:
rolled back changes in hibernate.cfg.xml for AS5

Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/src/main/application/hibernate.cfg.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/src/main/application/hibernate.cfg.xml	2011-12-15 22:23:22 UTC (rev 14249)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/src/main/application/hibernate.cfg.xml	2011-12-15 22:23:46 UTC (rev 14250)
@@ -10,10 +10,8 @@
     <property name="show_sql">false</property>
     <property name="connection.datasource">java:/dvdstoreDatasource</property>
     <property name="transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
-            <property name="hibernate.cache.use_query_cache">false</property>
-         <property name="hibernate.cache.use_second_level_cache" >false</property>
-<!--     <property name="transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property> -->
-<!--     <property name="cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property> -->
+    <property name="transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
+    <property name="cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
     <property name="hbm2ddl.auto">create-drop</property>
     <!--property name="transaction.flush_before_completion">true</property-->
     



More information about the seam-commits mailing list