You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jm...@apache.org on 2007/02/13 17:52:24 UTC

svn commit: r507088 - /maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml

Author: jmcconnell
Date: Tue Feb 13 08:52:24 2007
New Revision: 507088

URL: http://svn.apache.org/viewvc?view=rev&rev=507088
Log:
commenting out jpox option that is causing intermittent problems all over the place

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml

Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml?view=diff&rev=507088&r1=507087&r2=507088
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Tue Feb 13 08:52:24 2007
@@ -334,10 +334,12 @@
             <name>org.jpox.rdbms.dateTimezone</name>
             <value>JDK_DEFAULT_TIMEZONE</value>
           </property>
+<!--
           <property>
             <name>org.jpox.identifier.case</name>
             <value>PreserveCase</value>
           </property>
+-->
         </otherProperties>
       </configuration>
     </component>
@@ -377,10 +379,12 @@
             <name>org.jpox.transactionIsolation</name>
             <value>READ_UNCOMMITTED</value>
           </property>
+<!--
           <property>
             <name>org.jpox.identifier.case</name>
             <value>PreserveCase</value>
           </property>
+-->
         </otherProperties>
       </configuration>
     </component>