Which class is missing?

I got the following exception when trying to test my web service client.

     [java] Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/xerces/xs/XSModel
     [java]     at org.jboss.ws.metadata.JSR109ClientMetaDataBuilder.buildMetaDa
ta(JSR109ClientMetaDataBuilder.java:102)
     [java]     at org.jboss.ws.metadata.JSR109ClientMetaDataBuilder.buildMetaDa
ta(JSR109ClientMetaDataBuilder.java:78)
     [java]     at org.jboss.ws.jaxrpc.ServiceImpl.(ServiceImpl.java:96)
     [java]     at 
org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:157)
     [java]     at 
org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:128)
     [java]     at 
com.vormetric.webservice.wsclient.WSClient.main(WSClient.java:32)

If you got the same error about a class in the same package, you can copy 
$JBOSS_HOME/lib/endorsed/xercesImpl.jar into $JBOSS_HOME/client directory, 
bounce JBoss server, and re-test.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943691#3943691

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943691


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to