Versions Compared

Key

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

CXF 2.1.3 Release Notes

...

Overview

Apache CXF 2.1.3 delivers the latest set of patches and bug fixes for Apache CXF 2.1.x. This release fixes 37 53 JIRA issues that have been reported by users.

  • Fix some tools issues
  • Support to handle responses asynchronously
  • Some JCA improvements
  • JMS transport refactoring and leverage Spring JMS template to implement JMS transport

...

Download (The links don't work yet)

...

You must install the J2SE Development Kit (JDK) 5.0, which can be downloaded
from:

http://java.sun.com/j2se/1.5.0/download.jspImage Removed

After installing the JDK, set or modify the following environment variables:

...

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.

...

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.

...

The WS-Security configuration mechanisms may change between this release and
the next one as we add in support for WS-SecurityPolicy and WS-Trust.

JMS transport

A static reply queue in the JMS conduit can not be shared for several instances of the service. Please use a dynamic reply queue or different queue names for the instances. (See discussion on the mailing list)

Reporting Problems

If you have any problems or want to send feedback of any kind, please e-mail the
cxf dev list, cxf-dev@incubator.apache.org. You can also file issues in JIRA at:

http://issues.apache.org/jira/browse/CXFImage Removed

Changelog

For a more detailed view of new features and bug fixes, see the release notes

...