Using the wsrunclient and I'm having the following problem:
wsrunclient com.datamentors.web.DMWebClient
javax.xml.ws.WebServiceException: Unable to load Provider: Failed to load
javax.xml.ws.spi.Provider: org.jboss.ws.core.jaxws.spi.ProviderImpl
at javax.xml.ws.spi.Provider.provider(Provider.java:98)
at javax.xml.ws.Service.(Service.java:83)
at com.datamentors.web.jboss.DMWebService.(DMWebService.java:40)
at
com.datamentors.web.DMWebClient.processJBoss421JAXWSRequest(DMWebClient.java:103)
at com.datamentors.web.DMWebClient.main(DMWebClient.java:131)
Caused by: java.lang.IllegalStateException: Failed to load javax.xml.ws.spi.Provider:
org.jboss.ws.core.jaxws.spi.ProviderImpl
at javax.xml.ws.spi.ProviderLoader.loadProvider(ProviderLoader.java:96)
at javax.xml.ws.spi.Provider.provider(Provider.java:90)
... 4 more
Caused by: java.lang.NoClassDefFoundError: org/jboss/util/NotImplementedException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
at java.lang.Class.getConstructor0(Class.java:2671)
at java.lang.Class.newInstance0(Class.java:321)
at java.lang.Class.newInstance(Class.java:303)
at javax.xml.ws.spi.ProviderLoader.loadProvider(ProviderLoader.java:91)
... 5 more
What jar is missing from the wsrunclient classpath???
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084194#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...