I used xmlbeans version 2.1.0 to generate java artifacts out an XSD.

 

When I'm attempting to either 'createInstance' of the document class generated by the SCOMP, I'm getting the following exception:

java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Ljava/lang/ClassLoader;Ljava/lang/String;)Lorg/apache/xmlbeans/SchemaTypeSystem;

 

 

The command line I used the generate the XMLBeans:

scomp -out C:\Development\op\OpDashboard\META-DATA\XMLbeansE.jar -src C:\XMLbeans\ExpSource -dl  C:\Development\Op\OpDashboard\META-DATA\groups.xsd

 

Any suggestions?

Reply via email to