[jboss-svn-commits] JBL Code SVN: r31369 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/META-INF.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Feb 3 04:25:12 EST 2010
Author: whitingjr
Date: 2010-02-03 04:25:12 -0500 (Wed, 03 Feb 2010)
New Revision: 31369
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/META-INF/persistence.xml
Log:
Turn off logging.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/META-INF/persistence.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/META-INF/persistence.xml 2010-02-03 05:50:15 UTC (rev 31368)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/META-INF/persistence.xml 2010-02-03 09:25:12 UTC (rev 31369)
@@ -14,7 +14,7 @@
<properties>
<property name="hibernate.archive.autodetection" value="class"/>
<property name="hibernate.show_sql" value="false"/>
- <property name="hibernate.format_sql" value="true"/>
+ <property name="hibernate.format_sql" value="false"/>
<property name="use_sql_comments" value="false"/>
<property name="hibernate.dialect"
@@ -46,7 +46,7 @@
<property name="hibernate.archive.autodetection" value="class"/>
<property name="hibernate.show_sql" value="false"/>
- <property name="hibernate.format_sql" value="true"/>
+ <property name="hibernate.format_sql" value="false"/>
<property name="use_sql_comments" value="false"/>
<property name="hibernate.dialect"
More information about the jboss-svn-commits
mailing list