[
https://issues.jboss.org/browse/GTNPORTAL-2361?page=com.atlassian.jira.pl...
]
Marek Posolda updated GTNPORTAL-2361:
-------------------------------------
Description:
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}
was:
http://eppdev01.brq.redhat.com: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}
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: Chris Laprun
Fix For: 3.2.0-GA
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira