I\'m using Apache CXF version 2.4.0. I\'m trying to create a Restful service.
The below example works in 2.3.4 but does not work in 2.4.0. What should I do diffe
It's no longer needed. With 2.4.x, most of the META-INF/cxf files are no longer needed and can be removed. Really, the cxf.xml one is the only one needed.
Here is the CXF information about embedding cxf inside spring in version 2.4 and above. http://cxf.apache.org/docs/embedding-cxf-inside-spring.html