Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

The Apache CXF team is proud to announce the 2.0.4 incubating release! Apache CXF (incubating) is a services framework focused on support for web service and Java standards. This release is mostly a patch release from 2.0.3 fixing over 50 reported issues. For a complete list, see: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312855&styleName=Html&projectId=12310511&Create=CreateImage Removed

The Apache CXF team welcomes outside involvement and would love to hear your feedback. More information on how to get involved can be found here.

...

To use the WS-Security features of CXF, you need to obtain a JCE crypto provider
that implements the algorithms that you plan to use. One option is to download
the Bouncy Castle jar from: http://bouncycastle.org/download/bcprov-jdk14-136.jarImage Removed
and add that to the lib directory or classpath.

...

To run samples included in the binary distribution of Apache CXF, you must install the Apache Ant 1.6.5 build utility, which can be downloaded from:

http://ant.apache.org/bindownload.cgiImage Removed

After installing Apache Ant, add the <AntInstallDir>/bin directory to your PATH.

...