cxf(3.1.1) 异常Caused by: java.io.FileNotFoundException: class path resource [META-INF/cxf/cxf-extension-soap.xml]

Caused by: java.io.FileNotFoundException: class path resource [META-INF/cxf/cxf-extension-soap.xml] cannot be opened because it does not exist
用的最新版本,这个版本中 cxf-extension-soap.xml 不需要了直接在配置文件中删除即可

现在只需要引两个文件

 <import resource="classpath:META-INF/cxf/cxf.xml"/>
 <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>

 

posted @ 2015-08-03 17:27  owenzhou  阅读(3205)  评论(0编辑  收藏  举报