newerdragon 2016-07-29 07:06 采纳率: 0%
浏览 1313

cxf 找不到类 RuntimeModelBuilder

jar包有,类在jaxb-impl.jar里面,但是一直说找不到类,网上也没有找到有相似的问题,大神们求科普

 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'isouthnetendpoint': Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder

这个配置引起的

 <jaxws:endpoint id="isouthnetendpoint" address="/ISCSyncService" implementor="cn.csg.soa.isc.ISCSyncServiceImpl">
        <jaxws:outInterceptors>
            <bean class="com.gdtopway.isc.tool.SoaInterceptor"/>
        </jaxws:outInterceptors>
        <jaxws:outFaultInterceptors>
            <bean class="com.gdtopway.isc.tool.ErrorSoaIntercetor"/>
        </jaxws:outFaultInterceptors>
    </jaxws:endpoint>
  • 写回答

1条回答 默认 最新

  • 关注
    评论

报告相同问题?

悬赏问题

  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程