[
https://jira.jboss.org/jira/browse/JBAS-5869?page=com.atlassian.jira.plug...
]
Alessio Soldano resolved JBAS-5869.
-----------------------------------
Resolution: Out of Date
The corresponding current jar (jbossws-native-client.jar) is currently specified in
wsprovide script, so solving this as out of date.
wsprovide.bat lack jbossws-client.jar in classpath
--------------------------------------------------
Key: JBAS-5869
URL:
https://jira.jboss.org/jira/browse/JBAS-5869
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: JBossAS-4.2.3.GA
Environment: windows vista
java version "1.6.0_07"
jboss 4.2.3.GA
Reporter: Lauri Sax
Assignee: Alessio Soldano
Priority: Minor
On attempt to generate wsdl for existing WS wsprovide.bat throws an exception claiming
org.jboss.ws.tools.jaxws.impl.JBossWSProviderFactoryImpl does not exist.
"C:/Program Files/jboss-4.2.3.GA/bin/wsprovide.bat" --classpath
"project_class_path" -wsdl test.SampleWebService
JBossWS-Metro stack deployed
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:205)
at
org.jboss.wsf.spi.util.ServiceLoader.loadFromSystemProperty(ServiceLoader.java:138)
at org.jboss.wsf.spi.util.ServiceLoader.loadService(ServiceLoader.java:68)
at
org.jboss.wsf.spi.tools.WSContractProvider.newInstance(WSContractProvider.java:65)
at org.jboss.wsf.spi.tools.cmd.WSProvide.generate(WSProvide.java:170)
at org.jboss.wsf.spi.tools.cmd.WSProvide.main(WSProvide.java:77)
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:200)
... 5 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira