Hi. I've got common error 

Caused by: java.lang.RuntimeException: Cannot load SchemaTypeSystem. Unable
to load class with name
schemaorg_apache_xmlbeans.system.sDC52858B2ADD2832A6A7B4CEDEAD8987.TypeSystemHolder.
Make sure the generated binary files are on the classpath.

Found solution about that : "The TypeSystemHolder.class generated by
WSDL2Java must be placed in your classpath in order to avoid this error."
But i still have this error. May be I'm just doing something wrong? 
Here is my .classpath

<classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/axis2"/>
        <classpathentry kind="lib" path="K:/resources.jar"/>
        <classpathentry kind="output" path="bin"/>
</classpath>

in resources.jar generated resource folder is packed. 
Thak you.!
-- 
View this message in context: 
http://www.nabble.com/Cannot-load-SchemaTypeSystem-Error.-%28I-know-about-TypeSystemHolder.class-but-still-have-problem%29-tp14689816p14689816.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to