Apache CXF is shipped with Spring 2.5.6, can I also use the Spring 3.0 framework without serious troubles.
+1
A:
Yes. I'm using CXF 2.2.7 and Spring 3.0.2 (The latest version) together without any issues.
Chris Dail
2010-04-22 22:56:01
Is there an up to date tutorial anywhere that you could recommend?
bmatthews68
2010-07-22 11:27:12
The CXF documentation is pretty good. It may reference older versions of spring but the configuration is still valid with Spring 3.0. http://cxf.apache.org/docs/writing-a-service-with-spring.html
Chris Dail
2010-07-22 11:45:34
A:
You have to exclude CXF's Spring 2.5.6 dependavies otherwise the integration test in Spring Roo will not work
MIchael H
2010-07-21 20:39:11