eclipse - Deployment error in CXF 3.0.3 in generated top down Java service from WSDL -


I will greatly appreciate your help with this problem.

The configuration is Eclase Juno, CXF 3.0. 3 Runtime and Tomcat v7 I have used CXF to make web service top by the WSDL approach. But when deploying service on Tomcat, I get the following error:

  org.springframework .beans.factory.parsing. Beheadfinder Parsing Exception: Configuration Problem: Failed to import definition of bean from URL location [classpath: meta-INF / cxf / cxf-extension-soap.xml]  

Abusive Source: ServletContext Resource [/WEB-INF/cxf-beans.xml]; Nested exception org.springframework.beans.factory.BeanDefinitionStoreException: IOException Class Path Resource [META-INF / CXF / CXF-Extension-Soap Xml] parsed XML document; Nested exception Java.OoFileNotFound exception: Class path resource [Meta-INF / CXF / CXF-extension-SOAP.XML] can not be opened because it does not exist

I can not find the solution for this error and I've been stuck for a long time, many thanks!

In WebContent / Web-NF / cxf-beans.xml, remove the import

  & lt; Import Resources = "Classpath: Meta-INF / CXF / CXF-Extension-Soap. XML" />  

Comments