Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The only module cxf-all won't include is the servlet transport. If you want to include the servlet transport you must specify it specifically. This is because it will tell CXF to no longer use the standalone HTTP transport which is specified in the "classpath:META-INF/cxf/cxf-extension-http-jetty.xml" xml file, and you may not always want to do this.

This mailing list thread provides more information on CXF Spring files that may need to be imported in your web.xml.

Note
titleChanges in CXF 2.4.x

The above is applicable for CXF versions 2.3.x and older. Starting in CXF 2.4.0, the extensions are loaded internally by CXF automatically and you do not need to import all the cxf-extension-*.xml file. You only need to import classpath:META-INF/cxf/cxf.xml.