- 浏览: 277980 次
- 性别:
- 来自: 北京
-
文章分类
最新评论
-
qq642617822:
有用,谢谢了。
eclipse 导入jquery后报错 -
nbh219:
电脑配置问题?
MyEclipse+tomcat debug启动非常之慢 -
bngd032:
如此做了,还是不行的,我的myeclipse里没有断点 ...
MyEclipse+tomcat debug启动非常之慢 -
x9x9x9x9:
很管用呀
eclipse 导入jquery后报错
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.wsdl.WSDLManager' defined in class path resource [META-INF/cxf/cxf.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.cxf.wsdl11.WSDLManagerImpl]: Constructor threw exception; nested exception is java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/E:/apache-tomcat-6.0.14/webapps/webService1/WEB-INF/lib/jaxb-impl-2.1.7.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (Seehttp://java.sun.com/j2se/1.5.0/docs/guide/standards/)
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.cxf.wsdl11.WSDLManagerImpl]: Constructor threw exception; nested exception is java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/E:/apache-tomcat-6.0.14/webapps/webService1/WEB-INF/lib/jaxb-impl-2.1.7.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (Seehttp://java.sun.com/j2se/1.5.0/docs/guide/standards/)
Caused by: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/E:/apache-tomcat-6.0.14/webapps/webService1/WEB-INF/lib/jaxb-impl-2.1.7.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (Seehttp://java.sun.com/j2se/1.5.0/docs/guide/standards/)
CXF框架,因为它能和Spring很好的集成。然后看了 http://www.iteye.com/topic/305642 这位仁兄的文章,着手开始实现第一个简单的程序,然而,在完全按照视频要求完成后,控制台总是报错,说什么
nested exception is java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
更新jdk问题解决了
发表评论
-
maven 安装jar包命令
2017-03-11 10:43 888mvn install:install-file -Dfile ... -
aspose word 单元格加斜杠
2017-03-10 17:14 1394Document doc = new Document(); ... -
beans profile
2017-03-01 17:05 553http://www.cnblogs.com/pangguom ... -
一个action操作两个service,其中一个报错,如何保证事务的一致性?
2016-05-17 14:14 1763你可以把这两个操作写在一个Service中,一般一个Actio ... -
web service 事物
2016-05-17 11:31 559转载:http://www.griddss.cn/show.a ... -
java 为什么只能单继承
2016-05-12 14:33 822从技术的角度来说,是为了降低复杂性。例如,A类中有一个m方法, ... -
java 递归
2015-12-23 16:13 565//菜单树形结构 public JSONArray tre ... -
bootstrap 验证是否通过
2015-11-27 17:57 747alert($('#formname').data('boot ... -
springMvc分页
2015-11-10 17:26 792@Override public Pagination&l ... -
jdbc 连接mysql
2015-10-13 13:45 608import java.sql.Connection; i ... -
java 定时任务
2015-07-31 19:54 614import java.util.TimerTask; ... -
java 判断为空
2015-07-31 18:44 666list.add(obj.getRegion()==null? ... -
js json里加数据
2015-03-21 09:28 569//记录答案 prop 属性,答案 function co ... -
查询多表返回一个list
2015-03-18 10:29 1100public List<?> getCourse ... -
判断多个参数
2015-03-12 17:09 513/** * @param obj 判断传入参数是否为空,如 ... -
xml 路径
2014-10-30 17:44 738三、如何获取XML文件全路径并读取配置参数 获取XML ... -
json嵌套 解析
2014-08-11 10:44 694JSONArray group = jsonObj.get ... -
java 读取txt和解析json
2014-08-06 16:20 1842File file = new File("e:\ ... -
读取properties配置文件里边的属性方法
2014-07-10 18:40 1108/** * */ package com.xcj ... -
求最大值和百分比
2014-07-09 19:20 760int[] num={4,3,1,7}; int ma ...
相关推荐
使用CXF 2.6.4时,你需要关注Java版本的兼容性,因为CXF的后续版本可能不再支持Java 1.6。同时,要确保你的开发环境(如IDE)配置正确,以便能够利用CXF提供的全部功能。如果你打算升级到更高版本的Java或CXF,务必...
为了解决cxf webservice访问与jdk1.6版本之间不兼容问题
8. **兼容性与稳定性**:"2.7.17"这个版本经过了广泛的测试,确保了与JDK 1.6的良好兼容性,同时也修复了一些已知问题,提高了整体的稳定性和性能。 在实际应用中,开发者可以通过Maven或Gradle等构建工具将"CXF ...
4. **兼容性**:`neethi.jar`包特别适用于`JDK1.6`及更低版本的Web服务框架。由于`CXF`框架的不断升级,对于高版本的JDK,可能存在兼容性问题。这意味着在更新的Java环境中,可能需要寻找替代的策略处理库,或者使用...
对于JDK 1.6及以下版本,也需要特别注意这一问题。解决方案包括使用`apt`命令进行预编译或者升级JDK至1.6u17及以上版本。 **发布服务**: ```java import org.apache.cxf.jaxws.JaxWsServerFactoryBean; public ...
JAX-WS 2.1是JDK1.6自带版本,它继承自JAX-RPC(Java API for XML Remote Procedure Call),但JAX-WS并不完全向后兼容JAX-RPC。JAX-WS使用注解,使得开发者可以更方便地编写和使用Web服务。 2. JAXM&SAAJ(Java ...
如果使用的是JDK 1.6,由于其对ws2.1规范的支持,可能会遇到版本不兼容的问题。建议升级JDK至1.7,并且在JDK文件夹下的jre/lib/endorsed路径中添加apache-cxf中jaxb对应的jar包。 b. 其次,在生成Java文件并导入...