环境
MyEclipse 8.6 + JDK 1.6.31
问题
启动WebService项目出现如下异常:
严重: WSSERVLET11: failed to parse runtime descriptor: runtime modelererror: Wrapper class com.axt.service.jaxws.GetTimePoint is not found. Have yourun APT to generate them?
com.sun.xml.ws.model.RuntimeModelerException:runtime modeler error: Wrapper class com.axt.service.jaxws.GetTimePoint is notfound. Have you run APT to generate them?
atcom.sun.xml.ws.model.RuntimeModeler.getClass(RuntimeModeler.java:285)
atcom.sun.xml.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:596)
atcom.sun.xml.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:543)
atcom.sun.xml.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:370)
atcom.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:256)
atcom.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:322)
atcom.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:188)
atcom.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:467)
atcom.sun.xml.ws.transport.http.DeploymentDescriptorParser.parseAdapters(DeploymentDescriptorParser.java:253)
atcom.sun.xml.ws.transport.http.DeploymentDescriptorParser.parse(DeploymentDescriptorParser.java:147)
atcom.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:108)
atorg.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
atorg.apache.catalina.co