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&...]