I am trying with eclipse Indigo, JBoss AS 4.2.2 with jdk 1.6.0_07. Also I got the jboss-ws-3.0.5.GA.
But when I try to generate the web service, I get this message:
| Exception in thread "main" java.lang.IllegalStateException: Failed to load: org.jboss.ws.tools.jaxws.impl.JBossWSProviderFactoryImpl |
|
| at org.jboss.wsf.spi.util.ServiceLoader.loadDefault(ServiceLoader.java:203) |
|
| at org.jboss.wsf.spi.util.ServiceLoader.loadFromSystemProperty(ServiceLoader.java:136) |
|
| at org.jboss.wsf.spi.util.ServiceLoader.loadService(ServiceLoader.java:66) |
|
| at org.jboss.wsf.spi.tools.WSContractProvider.newInstance(WSContractProvider.java:86) |
|
| at org.jboss.wsf.spi.tools.cmd.WSProvide.generate(WSProvide.java:169) |
|
| at org.jboss.wsf.spi.tools.cmd.WSProvide.main(WSProvide.java:76) |
|
| Caused by: java.lang.ClassNotFoundException: org.jboss.ws.tools.jaxws.impl.JBossWSProviderFactoryImpl |
|
| at java.net.URLClassLoader$1.run(URLClassLoader.java:200) |
|
| at java.security.AccessController.doPrivileged(Native Method) |
|
| at java.net.URLClassLoader.findClass(URLClassLoader.java:188) |
|
| at java.lang.ClassLoader.loadClass(ClassLoader.java:306) |
|
| at java.lang.ClassLoader.loadClass(ClassLoader.java:251) |
|
| at org.jboss.wsf.spi.util.ServiceLoader.loadDefault(ServiceLoader.java:198) |
|
Any idea?