2014-10-02 44 views

回答

3

解決方案:

  1. 第一步:使用maven燈罩的插件
  2. 第二步:如果您使用的彈簧,CXF,確保添加下列內容@Configuration類

    @ImportResource({「classpath:META-INF/cxf/cxf.xml」,「classpath:META-INF/cxf/cxf-extension http.xml」,「classpath:META-INF/cxf/cxf-extension -soap.xml「})

<import resource="classpath:META-INF/cxf/cxf.xml" /> 
<import resource="classpath:META-INF/cxf/cxf-extension-http.xml" /> 
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" /> 

大功勞

http://www.java-allandsundry.com/2011/01/orgapachecxfservicefactoryserviceconstr.html