You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/01/12 20:58:12 UTC

svn commit: r898489 - /james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Author: norman
Date: Tue Jan 12 19:58:11 2010
New Revision: 898489

URL: http://svn.apache.org/viewvc?rev=898489&view=rev
Log:
disable showSql by default..

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=898489&r1=898488&r2=898489&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Tue Jan 12 19:58:11 2010
@@ -368,7 +368,8 @@
 
     <bean id="vendorAdapter" class="org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter">
         <property name="database" value="DERBY"/>
-        <property name="showSql" value="true"/>
+        <!-- set this to true for debugging purposes -->
+        <property name="showSql" value="false"/>
     </bean>
 	<!--
 		####################################################################



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org