[ http://jira.codehaus.org/browse/CONTINUUM-1113?page=all ]

Carlos Sanchez updated CONTINUUM-1113:
--------------------------------------

    Attachment: mysql-CONTINUUM-1113.patch

Patch to be applied in sources to ensure compatibility with MySQL < 5.0.3 or 
using UTF8 databases until the MySQL bug http://bugs.mysql.com/bug.php?id=25480 
is fixed.

It can be applied to the built version, to 
WEB-INF/classes/META-INF/plexus/application.xml

Add inside component org.codehaus.plexus.jdo.JdoFactory, configuration, 
otherProperties:

          <!-- this is required for some MySQL versions and configurations, see 
CONTINUUM-1113 -->
          <property>
            <name>org.jpox.rdbms.stringDefaultLength</name>
            <value>255</value>
          </property>


> Continuum doesn't work with MySQL
> ---------------------------------
>
>                 Key: CONTINUUM-1113
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1113
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Database
>    Affects Versions: 1.1
>            Reporter: Carlos Sanchez
>         Assigned To: Carlos Sanchez
>         Attachments: mysql-CONTINUUM-1113.patch
>
>
> 2006-10-20 19:23:14,288 [WrapperSimpleAppMain] ERROR RDBMS - Error thrown 
> executing CREATE TABLE `PROJECTNOTIFIER_CONFIGURATION`
> [SNIP]
> 2006/10/20 19:23:14 | java.sql.SQLException: BLOB/TEXT column 'STRING_KEY' 
> used in key specification without a key length

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to