When creating a compatible group, the description text area let me free to type more than 100 chars. However, there is a limit on RHQ_RESOURCE_GROUP table. This cause a not friendly exception message to the end user. Steps to Reproduce: 1. Try create a new compatible group 2. Type a description greater than 100 chars. 3. Choose the group members and click finish Actual results: A not friendly exception message appears to end user Expected results: A limitation on the UI text area, or more friendly error message.
http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=ead694e git log ------- time: Thu May 24 12:57:50 2012 +0200 commit: ead694e1a3b5ebdf540e21f9f4fe8a50703760fc author: Jirka Kremser - jkremser message: [BZ 788997] Setting the maximum length of the description to 100 characters
this one ^^ was the commit to the master branch It's fixed in the master (ead694e) and it needs to be cherry-picked once the release branch is ready for accepting the 3.1.2 commits.
Setting to medium priority as we shouldn't showing exceptions to users.
fixed by ce91771299e. Bug 826224 is a duplicate. *** This bug has been marked as a duplicate of bug 826224 ***