[weld-commits] Weld SVN: r5732 - archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/resources/META-INF.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 4 13:59:10 EST 2010


Author: dan.j.allen
Date: 2010-02-04 13:59:09 -0500 (Thu, 04 Feb 2010)
New Revision: 5732

Modified:
   archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml
Log:
should not use hibernate.transaction.flush_before_completion with JPA


Modified: archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml
===================================================================
--- archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml	2010-02-04 18:59:02 UTC (rev 5731)
+++ archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml	2010-02-04 18:59:09 UTC (rev 5732)
@@ -22,7 +22,6 @@
          <!-- Properties for Hibernate (default provider for JBoss AS) -->
          <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
          <property name="hibernate.show_sql" value="true"/>
-         <property name="hibernate.transaction.flush_before_completion" value="true"/>
          <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
 
          <!-- Properties for EclipseLink (default provider for GlassFish) -->



More information about the weld-commits mailing list