1、错误描写叙述

 严重:Exception starting filter CXFServlet 

      org.springframework.beans.factory.NoSuchBeanDefinitionException:No bean named 'cxf' is defined


2、错误原因

   因为cxfBean没有被注入。导致报错


3、解决的方法

   在applicationContext-cxf.xml中注入http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd"

posted on 2017-04-27 18:40  yutingliuyl  阅读(215)  评论(0)    收藏  举报