[
https://issues.apache.org/jira/browse/JS2-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ate Douma resolved JS2-1025.
----------------------------
Resolution: Won't Fix
I think adding/setting table default character encoding (for mysql) is too
environment specific for us to provide and making that configurable too much
extra effort not worth it imo.
For production environments, tuning and tweaking things like the database
schema is an administrative task often needed anyway, so better leave that to
the experts at hand then.
> Mysql maven2 build error - UNIQUE INDEX key too long
> ----------------------------------------------------
>
> Key: JS2-1025
> URL: https://issues.apache.org/jira/browse/JS2-1025
> Project: Jetspeed 2
> Issue Type: Bug
> Components: Project Build
> Affects Versions: 2.2.2
> Environment: WinXP, jdk 1.6, mysql 5.0.45 community-nt
> Reporter: Evangelos Vlachogiannis
> Priority: Minor
>
> While building a custom j2.2 portal I got the following error:
> Embedded error: Failed to execute: CREATE UNIQUE INDEX
> UIX_PORTLET_PREFERENCE
> ON PORTLET_PREFERENCE (DTYPE, APPLICATION_NAME, PORTLET_NAME, ENTITY_ID,
> USER_NA
> ME, NAME)
> Specified key was too long; max key length is 1000 bytes
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Unexpected error
> I think that the:
> CREATE UNIQUE INDEX UIX_PORTLET_PREFERENCE ON
> PORTLET_PREFERENCE (DTYPE, APPLICATION_NAME, PORTLET_NAME, ENTITY_ID,
> USER_NAME, NAME)
> query needs to be replaced with a shorter index e.g. (DTYPE,
> APPLICATION_NAME, PORTLET_NAME) but I do not know about side effects.
> Please provide fix and deploy also to jars as people cannot build custom
> portals with j2.2 / mysql
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]