您的位置:首页 > 编程语言 > Java开发

用CXF3.0.4创建webservice的时候jdk1.6版本报的错,解决方案安装jdk1.8

2015-03-29 22:59 281 查看
Exception in thread "main" com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class com.yq.cxf.ws.impl.jaxws.SayHello is not found. Have you run APT to generate them?

at com.sun.xml.internal.ws.model.RuntimeModeler.getClass(RuntimeModeler.java:256)

at com.sun.xml.internal.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:567)

at com.sun.xml.internal.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:514)

at com.sun.xml.internal.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:341)

at com.sun.xml.internal.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:227)

at com.sun.xml.internal.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:308)

at com.sun.xml.internal.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:174)

at com.sun.xml.internal.ws.api.server.WSEndpoint.create(WSEndpoint.java:420)

at com.sun.xml.internal.ws.api.server.WSEndpoint.create(WSEndpoint.java:439)

at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.createEndpoint(EndpointImpl.java:208)

at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:138)

at com.sun.xml.internal.ws.spi.ProviderImpl.createAndPublishEndpoint(ProviderImpl.java:92)

at javax.xml.ws.Endpoint.publish(Endpoint.java:170)

at lee.ServerMain.main(ServerMain.java:11)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: