Yes, in the file 
nuxeo-client\app\bundles\nuxeo-core-schema-1.4-SNAPSHOT.jar
there is a file xsom-20060306.jar


I added

---
<dependency>
<groupId>com.sun.xml</groupId>
<artifactId>xsom</artifactId>
<version>20060306</version>
</dependency>
<dependency>
<groupId>com.sun.xml</groupId>
<artifactId>relaxngDatatype</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>jsr170</groupId>
<artifactId>jcr</artifactId>
<version>1.0</version>
</dependency>
---

In all pom.xml files of org.nuxeo.ecm.client and run "mvn install" in 
org.nuxeo.ecm.client

but I still have :
java.lang.NoClassDefFoundError: com/sun/xml/xsom/XSType
[...]

when I run "java Laucher laucher.properties"
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to