[jboss-dev-forums] [JBoss Web Development] - Failed to load: org.jboss.ws.tools.jaxws.impl.JBossWSProviderFactoryImpl
Jean-Francois Morin
do-not-reply at jboss.com
Thu Jun 17 16:10:46 EDT 2010
Jean-Francois Morin [http://community.jboss.org/people/jmorin] replied to the discussion
"Failed to load: org.jboss.ws.tools.jaxws.impl.JBossWSProviderFactoryImpl"
To view the discussion, visit: http://community.jboss.org/message/548594#548594
--------------------------------------------------------------
try adding this dependency, i just got the same issue and that fixed it
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-core</artifactId>
<version>3.1.2.GA</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
-JF
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/548594#548594]
Start a new discussion in JBoss Web Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2112]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100617/e13e02f5/attachment.html
More information about the jboss-dev-forums
mailing list