Community

Failed to load: org.jboss.ws.tools.jaxws.impl.JBossWSProviderFactoryImpl

reply from Jean-Francois Morin in JBoss Web Development - View the full discussion

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

Start a new discussion in JBoss Web Development at Community