JAX-WS Einsatz Fehler + LocatableWebServiceException: Klasse nicht gefunden in runtime descriptor

Habe ich implementiert JAX-WS web services in Tomcat und wenn ich einen Neustart des tomcat-Servers. Ich bin immer diese Fehlermeldung auf der Konsole.

Habe ich geputtet Eintrag in web.xml und sun-jaxws.xml wie pro die Richtlinien, die in diesem link -
http://www.jroller.com/eldaaran/entry/using_jax_ws_2_0

Bitte beraten.

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)
  • Haben Sie noch einen Durchbruch für dieses Problem ? Ich stehe vor demselben Problem auf tomcat 6
InformationsquelleAutor Santosh | 2009-09-24
Schreibe einen Kommentar