Marco Di Sabatino Di Diodoro created SYNCOPE-1169:
-----------------------------------------------------
Summary: Operation not supported error when trying to run a bulk
action for users
Key: SYNCOPE-1169
URL: https://issues.apache.org/jira/browse/SYNCOPE-1169
Project: Syncope
Issue Type: Bug
Components: console
Affects Versions: 2.0.4
Reporter: Marco Di Sabatino Di Diodoro
Fix For: 2.0.5, 2.1.0
When trying to run a bulk action for user/groups/any, Syncope returns an
operation not supported message.
The problem is caused
client/console/src/main/java/org/apache/syncope/client/console/bulk/BulkContent.java
at line number 154.
ERROR org.apache.syncope.client.console.bulk.BulkContent - Bulk action failure
java.lang.NoSuchMethodException:
org.apache.syncope.client.console.rest.UserRestClient.bulkAction(org.apache.syncope.common.lib.to.BulkAction)
at java.lang.Class.getMethod(Class.java:1786) ~[?:1.8.0_131]
at
org.apache.syncope.client.console.bulk.BulkContent$2.onClick(BulkContent.java:155)
~[syncope-client-console-2.0.5-SNAPSHOT.jar:2.0.5-SNAPSHOT]
at
org.apache.syncope.client.console.wicket.markup.html.form.ActionPanel$3.onClick(ActionPanel.java:122)
~[syncope-client-console-2.0.5-SNAPSHOT.jar:2.0.5-SNAPSHOT]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)