错误:No bean named ‘cxf‘ is defined
错误:org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'cxf' is defined
错误原因:cxf未注入.
解决方案:找到ApplicationContext.xml 加入
<beans xmlns:jaxws="http://cxf.apache.org/jaxws"xsi:schemaLocation="http://cxf.apache.org/jaxwshttp://cxf.apache.org/schemas/jaxws.xsd"><bean id="xxx" class="com.xxxx.service.xxxServices.xxx" /><jaxws:endpoint id="xxx" implementor="#xxx"address="/xxx"></jaxws:endpoint>