`
Sev7en_jun
  • 浏览: 1225328 次
  • 性别: Icon_minigender_1
  • 来自: 广州
博客专栏
84184fc0-d0b6-3f7f-a3f0-4202acb3caf5
Apache CXF使用s...
浏览量:111298
社区版块
存档分类
最新评论

解决: is not found. Have you run APT to generate them?

 
阅读更多

WSSERVLET11: failed to parse runtime descriptor: runtime modeler error: Wrapper class com.gdpy.service.impl.jaxws.GetBusinessVO is not found. Have you run APT to generate them? com.sun.xml.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class com.gdpy.service.impl.jaxws.GetBusinessVO is not found. Have you run APT to generate them? at com.sun.xml.ws.model.RuntimeModeler.getClass(RuntimeModeler.java:287) at com.sun.xml.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:596) at com.sun.xml.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:543) at com.sun.xml.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:371) at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:258) at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:322) at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:188) at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:467)

原因:cxf需要jaxws-api-2.1.jar及jaxb-api-2.1.jar的支持

 

解决方案

      1、将cxf所需的2.1的jar复制一份到jdk目录下的jre\lib\endorsed文件夹中。如果endorsed文件不存在,可新建。如果不行,可能还需要在public class XXX上方加入@SOAPBinding(style = SOAPBinding.Style.RPC)
       2、jdk升级到1.6.0_22版本以上。

分享到:
评论
6 楼 jflaps 2016-03-25  
真是活雷锋呀
5 楼 wang5990302 2015-03-11  
谢谢 我也想问 你这是怎么发现的?
4 楼 kchiu 2014-11-23  
太给力了!! 终身受用。。。非常感谢
3 楼 shaoyu19900421 2013-08-14  
[color=red][
怎么如此给力。。 佩服。怎么能达到你这水平 。。。
/color]
2 楼 de6566088 2012-10-24  
给力,你这是怎么才能发现的呢?
1 楼 kisszmmx 2012-09-04  
好人啊 谢谢

相关推荐

    解决 java.lang.RuntimeException: Could not generate DH keypair异常处理所需的bcprov的jar

    解决 java.lang.RuntimeException: Could not generate DH keypair异常处理。 bcprov-ext-jdk15on-1.60、bcprov-jdk15on-1.60两个包放到jre下的$JAVA_HOME/jre/lib/ext的路径下,然后配置$JAVA_HOME/jre/lib/...

    jaxws-api-2.1.jar

    WebService runtime modeler error: ... Have you run APT to generate them?错误;下载附件,执行System.out.println(System.getProperty("java.endorsed.dirs"));输出文件目录。如果endorsed文件夹不存在,可新建。

    jaxb-impl-2.1.jar

    WebService runtime modeler error: ... Have you run APT to generate them?错误;下载附件,执行System.out.println(System.getProperty("java.endorsed.dirs"));输出文件目录。如果endorsed文件夹不存在,可新建。

    ssl报错解决generate DH keypair.zip

    加密是报:javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 此处提供 bcprov-ext-jdk15on-154.jar 和 bcprov-jdk15on-154.jar 压缩包中有使用说明

    Java WebService 简单实例-客户端TheClient.rar

    Java WebService 简单实例 ... 前言:朋友们开始以下教程前,请先看第五大点的... Have you run APT to generate them? 原因:JDK版本低于1.6.0_17 解决方法:调整该服务端项目所引用的JDK版本为安装的高版本JDK

    Java WebService 简单实例 - 服务器端TheService.rar

    Java WebService 简单实例 ... 前言:朋友们开始以下教程前,请先看第五大点的... Have you run APT to generate them? 原因:JDK版本低于1.6.0_17 解决方法:调整该服务端项目所引用的JDK版本为安装的高版本JDK

    javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 解决方法总结

    通过以上步骤,大多数情况下可以成功解决“Could not generate DH keypair”异常。如果问题仍然存在,可能需要进一步检查Java的其他安全设置,或者排查网络环境中的其他可能问题。同时,保持Java和相关库的更新也很...

    jeecgframework.zip

    Cannot resolve org.jeecgframework.boot:codegenerate:1.0.7; missing artifact org.jeecgframework * jar; jeecg maven 经常访问不了,jeecg boot 中的 jar 不能下载,可以下载这个放到本地 maven 库即可; ...

    sunjce_provider.rar

    nested exception is javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 在做微信接口时,报以上错误,搜了很多办法都解决不了,当将sunjce_provider-1.0.0.jar加入到项目中时...

    解决Could not generate DH keypair

    加密是报:javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 此处提供 bcprov-ext-jdk15on-154.jar 和 bcprov-jdk15on-154.jar 压缩包中有使用说明

    Could not generate DH keypair 解决方案

    "Could not generate DH keypair" 是一个在使用Diffie-Hellman密钥交换协议时常见的错误消息。这个错误通常出现在尝试建立安全连接,比如HTTPS、SSH或者FTP等使用公钥加密技术的应用中。Diffie-Hellman(DH)是一种...

    Android 兼容性问题:java.lang.UnsupportedOperationException解决办法

    "Android 兼容性问题:java.lang.UnsupportedOperationException解决办法" Android 兼容性问题:java.lang.UnsupportedOperationException解决办法是 Android 开发中常见的一种问题。该问题会导致应用程序崩溃,...

    esp-idf-v3.2.zip

    You don't need to run idf.py build before running idf.py flash, idf.py flash will automatically rebuild anything which needs it. Viewing Serial Output The idf.py monitor target uses the idf_monitor ...

    Python Crash Course(NoStarch,2015)

    Python Crash Course is a fast-paced, thorough introduction to programming with Python that will have you writing programs, solving problems, and making things that work in no time. In the first half ...

    generator-umi:文献资料

    发电机组 umi项目的Yeoman发电机。 该生成器不支持SSR 在此处阅读文档: : 安装 sudo npm install -g yo generator-umi 用法 创建新的umi应用 yo umi 回答问题generator-umi必需generator-umi ...

    apktool documentation

    This retains the apk is nearly original format, but will make rebuild more than likely not work due to ignoring the changes that newer aapt requires After [d]ecode, there will be new folders ...

    QUARTUS II 编译报错Error: Run Generate Functional Simulation Netlist的解决方案

    在使用QUARTUS II进行FPGA项目开发时,编译过程中可能会遇到“Error: Run Generate Functional Simulation Netlist”的错误提示,这通常是由于缺少仿真网表导致的。在解决这个问题之前,我们首先要理解QUARTUS II的...

    Could not generate DH keypair处理办法.rar

    在IT行业中,我们经常遇到各种技术问题,其中之一就是“Could not generate DH keypair”错误。这个错误通常在尝试建立安全的HTTPS连接时出现,尤其是在Java环境中。本文将深入探讨这个问题的成因、影响以及如何避免...

    Xamarin.Android 4.6.07004 Patched Executable

    2. Run keygen.exe to generate the incomplete license file. PREREQUISITES & NOTES - This patch only supports: [Xamarin.Android 4.6.07004] - You need Visual Studio Professional (2010/2012) or better ...

    Android8.1原生系统网络感叹号消除的方法

    原生系统Android8.1上,WiFi上出现感叹号,此时WiFi可正常访问。 原因 这是Android 5.0引入的网络评估机制:就是当你连上网络后,会给目标产生204响应... http://connect.rom.miui.com/generate_204 http://www.v2ex

Global site tag (gtag.js) - Google Analytics