Hi All,
I having issue with the User registration in Syncope 2.0.6 using restful api
http://localhost:8080/syncope/rest/users?storePassword=true
Receiving following error:
Headers: {connection=[keep-alive], Content-Length=[267],
content-type=[application/xml; charset=UTF-8], Date=[Mon, 20 Nov 2017 03:33:44
GMT], Server=[WildFly/10], Vary=[Accept-Encoding],
X-Application-Error-Info=[Unknown:ClassNotFoundException:
com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl from
[Module "deployment.syncope.war:main" from Service Module Loader]],
X-Powered-By=[Undertow/1], X-Syncope-Domain=[Master]}
This error is coming from camel running in Wildfly 10.x and which is already
explained in https://issues.apache.org/jira/browse/SYNCOPE-738. I have already
included syncope-ext-camel-logic-2.0.6.jar file in syncope.war but still
getting same error. Here is following camel dependencies added in the
syncope.war file.
<dependency>
<groupId>org.apache.syncope.ext.camel</groupId>
<artifactId>syncope-ext-camel-rest-cxf</artifactId>
<version>${syncope.version}</version>
</dependency>
<dependency>
<groupId>org.apache.syncope.ext.camel</groupId>
<artifactId>syncope-ext-camel-persistence-jpa</artifactId>
<version>${syncope.version}</version>
</dependency>
<dependency>
<groupId>org.apache.syncope.ext.camel</groupId>
<artifactId>syncope-ext-camel-logic</artifactId>
<version>${syncope.version}</version>
</dependency>
<dependency>
<groupId>org.apache.syncope.ext.camel</groupId>
<artifactId>syncope-ext-camel-provisioning</artifactId>
<version>${syncope.version}</version>
</dependency>
Any idea, how to resolve this issue?
Thanks
Ravi