Continuum

CLONE -Continuum doesn't work with MySQL

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1-alpha-1
  • Fix Version/s: 1.1-beta-2
  • Component/s: Database
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

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

Issue Links

Activity

Hide
Piotr Kania added a comment -

I found issue http://jira.codehaus.org/browse/CONTINUUM-1113 is solved only for 'users' datasource.
Datasource 'continuum' is still missing following property:

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

Show
Piotr Kania added a comment - I found issue http://jira.codehaus.org/browse/CONTINUUM-1113 is solved only for 'users' datasource. Datasource 'continuum' is still missing following property: <!-- this is required for some MySQL versions and configurations, see CONTINUUM-1113 --> <property> <name>org.jpox.rdbms.stringDefaultLength</name> <value>255</value> </property>

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: