[jboss-user] [JBossWS] - Re: No Classloaders found for ProviderImpl

alessio.soldano@jboss.com do-not-reply at jboss.com
Wed Oct 22 12:01:05 EDT 2008


First of all make sure you installed jbossws-metro properly using the provided Ant build.
This said, the Provider implementation you get at runtime is influenced by classpath you have for your webservice client. In particular, the process of looking for the right implementation to load includes scanning the jars in the classpath for META-INF/services/javax.xml.ws.spi.Provider files containing the qualified name of the class to load. In your case, you might have the jbossws-native-jaxws.jar before the jaxws-rt.jar in your classpath.

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

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



More information about the jboss-user mailing list