Re: SCIM & Syncope : OptimisticLockException on user groups membership update

2016-09-27 Thread Francesco Chicchiriccò
On 27/09/2016 17:24, Adrian Gonzalez wrote: Thanks Francesco ! I've modified my code, but now I'm getting NullPointerException (on the second PUT request on /Group endpoint). This error isn't generated when we execute the request serially. It's generated when HTTP request are executed in paral

Re: SCIM & Syncope : OptimisticLockException on user groups membership update

2016-09-27 Thread Adrian Gonzalez
Thanks Francesco ! I've modified my code, but now I'm getting NullPointerException (on the second PUT request on /Group endpoint).This error isn't generated when we execute the request serially.It's generated when HTTP request are executed in parallel. i.e. PUT http://localhost:9091/groups/256

Re: SCIM & Syncope : OptimisticLockException on user groups membership update

2016-09-27 Thread Francesco Chicchiriccò
On 27/09/2016 15:00, Adrian Gonzalez wrote: Hello, We're trying to build a POC on SCIM APIs on top of Syncope. That's very good to hear: looks it is for SCIM 2.0, correct? Looking forward to take a look at it! Problem is when we're using some basic SCIM APIs to update the groups membership o

SCIM & Syncope : OptimisticLockException on user groups membership update

2016-09-27 Thread Adrian Gonzalez
Hello, We're trying to build a POC on SCIM APIs on top of Syncope.Problem is when we're using some basic SCIM APIs to update the groups membership of a given user, we got a OptimisticLockException. This is due to the fact that SCIM group membership can be updated only from the Group endpoint (no