[esb-issues] [JBoss JIRA] Updated: (JBESB-1476) 'Column lenght too short' SQL errors when deploying management console with mysql on Linux

Mark Little (JIRA) jira-events at lists.jboss.org
Sun Jan 13 16:00:18 EST 2008


     [ http://jira.jboss.com/jira/browse/JBESB-1476?page=all ]

Mark Little updated JBESB-1476:
-------------------------------

      Component/s: Management
    Fix Version/s: 4.2.1 CP1

> 'Column lenght too short' SQL errors when deploying management console with mysql on Linux
> ------------------------------------------------------------------------------------------
>
>                 Key: JBESB-1476
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1476
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Management
>    Affects Versions: 4.2.1
>         Environment: OS: Fedora 8
> RDBMS: MySQL 5.0.45
>            Reporter: Bernard Tison
>             Fix For: 4.2.1 CP1
>
>
> in the create_database.sql script in /console/management-esb/src/main/resources/mysql the JMXDATA.textvalue column is defined as varchar(255). This length is too short for certain messages, leading to SQL errors when trying to persist those messages.
> Setting the datatype of the JMXDATA.textvalue to text instead of varchar(255) seems top solve the problem.

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

        



More information about the esb-issues mailing list