]
Boleslaw Dawidowicz updated GTNPORTAL-2361:
-------------------------------------------
Fix Version/s: 3.3.0.CR01
(was: 3.2.0-GA)
Validator's error in GroupManagement
------------------------------------
Key: GTNPORTAL-2361
URL:
https://issues.jboss.org/browse/GTNPORTAL-2361
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.2.0-CR01
Reporter: Marek Posolda
Assignee: Marek Posolda
Fix For: 3.3.0.CR01
Attachments: groupManagement-validatorsError.png
http://localhost:8080/portal -> login as root -> Go to OrganizationManagement ->
Click to "Group Management" -> Click to some group in the left part ->
Click to button "Save" in right part (with User Name left empty.) -> Now I
have message "Unneeded by this implementation". I saw something like that in
your validator's code. (See screenshot)
It's caused by MultipleConditionsValidator, which is trying to throw validation error
because of empty username. Problem is that method getMessageLocalization is not not
supported for this implementation and it throws error "Unneeded by this
implementation"
{code}
@Override
protected String getMessageLocalizationKey()
{
throw new UnsupportedOperationException("Unneeded by this
implementation");
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: