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.