Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
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 :
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
- is related to
-
MRM-227
Archiva doesn't suppost UTF-8 databases in Mysql
-
- relates to
-
CONTINUUM-1112
Unable to use DB without username and password
-
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>