You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.ClassCastException: org.json.JSONArray cannot be cast to org.json.JSONObject
at org.wso2.charon3.core.protocol.endpoints.GroupResourceManager.isDeleteAllUsersOperationFound(GroupResourceManager.java:698)
at org.wso2.charon3.core.protocol.endpoints.GroupResourceManager.updateWithPATCH(GroupResourceManager.java:653)
The text was updated successfully, but these errors were encountered:
charon/modules/charon-core/src/main/java/org/wso2/charon3/core/protocol/endpoints/GroupResourceManager.java
Line 697 in 5d5009c
For the following patch operation I get operation value type as JSONArray.
As result I get exception:
The text was updated successfully, but these errors were encountered: