You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/09/26 16:12:57 UTC

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

Author: evenisse
Date: Tue Sep 26 07:12:57 2006
New Revision: 450056

URL: http://svn.apache.org/viewvc?view=rev&rev=450056
Log:
Remove unneeded properties

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=450056&r1=450055&r2=450056
==============================================================================
--- 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 Sep 26 07:12:57 2006
@@ -270,15 +270,6 @@
             <name>org.jpox.validateConstraints</name>
             <value>false</value>
           </property>
-
-          <property>
-            <name>org.jpox.autoStartMechanism</name>
-            <value>SchemaTable</value>
-          </property>
-          <property>
-            <name>org.jpox.autoStartMechanismMode</name>
-            <value>Ignored</value>
-          </property>
           <property>
             <name>org.jpox.transactionIsolation</name>
             <value>READ_UNCOMMITTED</value>
@@ -286,11 +277,6 @@
           <property>
             <name>org.jpox.poid.transactionIsolation</name>
             <value>READ_UNCOMMITTED</value>
-          </property>
-          <!-- this is required for MySQL -->
-          <property>
-            <name>org.jpox.rdbms.stringDefaultLength</name>
-            <value>255</value>
           </property>
         </otherProperties>
       </configuration>