[jboss-cvs] jboss-seam/examples/glassfish/resources/META-INF ...
Michael Yuan
michael.yuan at jboss.com
Thu Dec 7 17:42:41 EST 2006
User: myuan
Date: 06/12/07 17:42:41
Modified: examples/glassfish/resources/META-INF persistence.xml
Log:
minor fix
Revision Changes Path
1.3 +2 -1 jboss-seam/examples/glassfish/resources/META-INF/persistence.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: persistence.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/resources/META-INF/persistence.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- persistence.xml 3 Dec 2006 04:18:53 -0000 1.2
+++ persistence.xml 7 Dec 2006 22:42:41 -0000 1.3
@@ -12,6 +12,7 @@
value="org.hibernate.dialect.DerbyDialect"/>
<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"/>
More information about the jboss-cvs-commits
mailing list