You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by wi...@apache.org on 2010/03/18 14:35:19 UTC

svn commit: r924831 - /incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml

Author: witek
Date: Thu Mar 18 14:35:18 2010
New Revision: 924831

URL: http://svn.apache.org/viewvc?rev=924831&view=rev
Log:
showSql switched off

Modified:
    incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml

Modified: incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml?rev=924831&r1=924830&r2=924831&view=diff
==============================================================================
--- incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml (original)
+++ incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml Thu Mar 18 14:35:18 2010
@@ -35,7 +35,7 @@ http://www.springframework.org/schema/os
         <prop key="openjpa.dictionary">org.apache.openjpa.jdbc.sql.H2Dictionary</prop>
         <prop key="openjpa.synchronizeMappings">buildSchema(ForeignKeys=true,SchemaAction='add')</prop>
         <prop key="openjpa.generateDdl">true</prop>
-        <prop key="openjpa.showSql">true</prop>
+        <prop key="openjpa.showSql">false</prop>
         <prop key="db.driver">org.h2.Driver</prop>
         <prop key="db.url">jdbc:h2:file:hise-h2-db;DB_CLOSE_ON_EXIT=false</prop>
         <prop key="db.user">sa</prop>