Hii all,I am facing an issue related to username length in Jmix.
In my application, the User table allows usernames longer than 50 characters (for example, 55+ characters). Creating such users works fine.
However, when Jmix creates records in core entities like:
ResourceRoleEntityResourcePolicyEntityRowLevelRoleEntity
the fields:
createdByupdatedBydeletedBy
seem to have a maximum length of 50 characters.
Problem
If a user has a username longer than 50 characters, and performs any action that creates or updates these entities, I get the following error:
Caused by: org.hsqldb.HsqlException: data exception: string data, right truncation