You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2011/05/27 03:53:27 UTC

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

Author: ctan
Date: Fri May 27 01:53:26 2011
New Revision: 1128135

URL: http://svn.apache.org/viewvc?rev=1128135&view=rev
Log:
[CONTINUUM-2631] set default length of String to 255 which is required by MySQL

Submitted By: Greg Michael Meneses

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

Modified: continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml?rev=1128135&r1=1128134&r2=1128135&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml (original)
+++ continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Fri May 27 01:53:26 2011
@@ -205,6 +205,11 @@
             <name>org.jpox.rdbms.dateTimezone</name>
             <value>JDK_DEFAULT_TIMEZONE</value>
           </property>
+          <!-- this is required for some MySQL versions and configurations, see CONTINUUM-1113 -->
+          <property>
+            <name>org.jpox.rdbms.stringDefaultLength</name>
+            <value>255</value>
+          </property>
 <!--
           <property>
             <name>org.jpox.identifier.case</name>