I have deployed JAX-WS web services in Tomcat and when i restarting the
tomcat server. I am getting this error on console.
I have putted entry in web.xml and sun-jaxws.xml as per guidelines given in
this link -
http://www.jroller.com/eldaaran/entry/using_jax_ws_2_0
Please advise.
SEVERE: WSSERVLET11: failed to parse runtime descriptor:
com.sun.xml.ws.util.exception.LocatableWebServiceException: class not found
in runtime descriptor: webservices.jaxws.Math
at line 6 of jndi:/localhost/jaxws/WEB-INF/sun-jaxws.xml
com.sun.xml.ws.util.exception.LocatableWebServiceException: class not found
in runtime descriptor: webservices.jaxws.Math at line 6 of
jndi:/localhost/jaxws/WEB-INF/sun-jaxws.xml
at
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.getImplementorClass(DeploymentDescriptorParser.java:525)
at
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.parseAdapters(DeploymentDescriptorParser.java:201)
at
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.parse(DeploymentDescriptorParser.java:132)
at
com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:93)
--
View this message in context: http://www.nabble.com/JAX-WS-Deployement-error-%2B-LocatableWebServiceException%3A-class-not-found-in-runtime-descriptor-tp25575134p25575134.html
Sent from the JAX-WS Development mailing list archive at Nabble.com.