harpreet86 opened a new issue, #946: URL: https://github.com/apache/directory-scimple/issues/946
After using Apache Scimple in my SpringBoot application, I tried to test it via [scim2-tester](https://scim2-tester.readthedocs.io/en/latest/) but it failed in all patch operations of Enterprise user with below exception. `ERROR check_replace_attribute Failed to replace attribute 'urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:costCenter': The server returned a SCIM Error object: Cannot invoke "java.util.Map.get(Object)" because "sourceAsMap" is null` After analyzing, I checked that while create operation I persisted `org.apache.directory.scim.spec.resources.ScimUser` in database and all details got saved including enterprise User extension ones correctly but while deserializing the same into `org.apache.directory.scim.spec.resources.ScimUser` it does not read extensions attribute. Please suggest. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
