Strange problem with mysql and AD groups

Hi all,

I have a question…

when i write the shared name of the group, all works ok… but when i stop and start again the openfire, the shared name is empty.

This problem only occours with the mysql database…

Working with the embeddeddb, this issue don´t occour.

Thanks for the reply…

(sorry for the english, im brazilian)

I found…

the problem is this:

com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column ‘‘groupName’’ at row 1

the type is varchar(50)


Can the developers change this value to varchar(100) in the future versions ?

Hi,

I guess they can, unless some other databases have a problem with a long and sorted primary key.

At least they should be able to limit the input size for the group name in the web based admin console.

JM-1038

LG

This issue is now OF-113