Re: Error when using Syncope rest client to update UserTO

2017-10-28 Thread Anh Nguyen Tuan
ppose this is Karaf-specific Regards. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Jazz [2] https://github.com/apache/syncope/blob/syncope-2.0.1/common/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/AnyService.java#L149 On 23/10/2017 04:52, Anh Nguyen Tuan wrote: Hi team, I'

Error when using Syncope rest client to update UserTO

2017-10-22 Thread Anh Nguyen Tuan
Hi team, I'm using Syncope 2.0.1 and Syncope client API 2.0.1 deployed in OSGI environment (Karaf 4.0.4). When I read a user and update it as following: UserService userService = m_syncopeServiceFactory.getUserService(); UserTO user =