-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
4.0.0
-
None
-
JDBC users and groups on Derby (demo application)
I'm trying to create a group with a 500+ character name ("GroupGroupGroupGroup..."). When I click OK, the input box doesn't close but I don't get any error message.
The logs show this error:
Caused by: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'GroupGroupGroupGroupGroupGroupGroupGroupGroupGroupGroupGroup&' to length 200. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
The same is true for users, I don't get any error message. Here's the error log:
Caused by: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'VeryLongUserNameVeryLongUserNameVeryLongUserNameVeryLongUser&' to length 64. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)