zoukankan      html  css  js  c++  java
  • JDK 1.6 写Webservice时,runtime modeler error: Wrapper class com.ws.jaxws.DoSomething is not found问题的解决办法

    转自:http://blog.csdn.net/forandever/article/details/5276038

    1、问题如下:

    Exception in thread "main" com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class com.ws.jaxws.DoSomething 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:90)
         at javax.xml.ws.Endpoint.publish(Endpoint.java:170)
         at com.ws.Java6WebService.main(Java6WebService.java:25)


    2、解决办法(2选一,推荐办法2):
    1> 先用apt命令将主程序进行编译,然后生成一些java文件
    2> 升级JDK到版本jdk1.6u17或以后

  • 相关阅读:
    JVM 关于对象分配在堆、栈、TLAB的理解
    分布式唯一 ID 生成方案有哪些?
    JVM 栈帧之操作数栈与局部变量表 转
    C# TreeHelper帮助类
    Java:Top K问题的解法
    C#单例模式
    C#分组方式比较
    Vue实现登录
    git使用总结
    js实现无色彩球
  • 原文地址:https://www.cnblogs.com/wangpei/p/4739270.html
Copyright © 2011-2022 走看看