我在Tomcat的部署JAX-WS Web服務,當我重新啓動Tomcat服務器。我在控制檯上收到這個錯誤。JAX-WS Deployement錯誤+ LocatableWebServiceException:在運行時描述找不到類
我已經在推杆web.xml和sun-jaxws.xml條目按在這個環節上給予的指導方針 - http://www.jroller.com/eldaaran/entry/using_jax_ws_2_0
請指教。
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)
這個問題你有什麼突破嗎?我在tomcat 6上面臨同樣的問題 – Atul 2014-06-19 11:22:02