[
https://issues.apache.org/jira/browse/SYNCOPE-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022585#comment-16022585
]
ASF subversion and git services commented on SYNCOPE-1090:
----------------------------------------------------------
Commit 8d6dc235c38841d38b3075163b1d1ca46c8817b1 in syncope's branch
refs/heads/2_0_X from [~fmartelli]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=8d6dc23 ]
[SYNCOPE-1090] provides Type emptyness control
> Error defining clause to search for group owners
> ------------------------------------------------
>
> Key: SYNCOPE-1090
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1090
> Project: Syncope
> Issue Type: Bug
> Components: console
> Affects Versions: 2.0.3
> Reporter: fabio martelli
> Assignee: fabio martelli
> Fix For: 2.0.4, 2.1.0
>
>
> In order to search for users to select a group owner an exception occurs
> executing the following steps.
> 1. edit group
> 2. go to group oner tab
> 3. click + to start to define a user search clause
> 4. select Attribute in the first combo
> 5. select an attribute in the second one
> 6. come back to the first one and select "Chose One"
> The following exception occurs at the step 6.
> java.lang.IllegalArgumentException: No enum constant
> org.apache.syncope.client.console.panels.search.SearchClause.Type.
> at java.lang.Enum.valueOf(Enum.java:238)
> at
> org.apache.syncope.client.console.panels.search.SearchClause$Type.valueOf(SearchClause.java:38)
> at
> org.apache.syncope.client.console.panels.search.SearchClausePanel$10.onUpdate(SearchClausePanel.java:438)
> ....
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)