Apache CXF 2.0.10 Release Notes

Overview

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

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

Download

Installation Prerequisites

Before installing Apache CXF, make sure the following products,
with the specified versions, are installed on your system:

  • Java 5 Development Kit
  • Apache ant 1.6

Java 5 Development Kit

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

http://java.sun.com/j2se/1.5.0/download.jsp

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

  • JAVA_HOME – set this environment variable
    to point at the root directory of the JDK 5.0 installation.
  • PATH – make sure that your PATH includes:
    %JAVA_HOME%\bin (Windows)
    $JAVA_HOME/bin (UNIX)

Apache Ant 1.6.5 (or newer, 1.7.0 should work as well)

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.cgi

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

For more details, see the Installation Guide.

Bouncy Castle/JCE and Xalan requirement for WS-Security

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.jar
and add that to the lib directory or classpath.

Building the Samples

Building the samples included in the binary distribution is easy. Change to
the samples directory and follow the build instructions in the README.txt file
included with each sample.

Errata

WS-Security

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.

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/CXF

ChangeLog

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

T Key Summary Assignee Reporter P Status Resolution Created Updated Due
Improvement CXF-2012 Implement HTTP digest auth Daniel Kulp Daniel Kulp Major Closed Fixed Jan 28, 2009 Feb 09, 2009
Bug CXF-2000 ReadHeadersInterceptor ignoring DataBinding when creating SoapHeader Daniel Kulp Peter Liljenberg Major Closed Fixed Jan 23, 2009 Feb 09, 2009
Bug CXF-1981 Inconsistent use of logger delegation via LogUtils Sean O'Callaghan Andrzej Michalec Minor Closed Fixed Jan 14, 2009 Jan 28, 2009
Bug CXF-1980 XML Validation in offline fails due to missing cxf-beans.xsd in distro Daniel Kulp Andrzej Michalec Major Closed Fixed Jan 14, 2009 Feb 09, 2009
Bug CXF-1979 wsdl2java fails to generate working client code if web service name or serviceName is "Service" Daniel Kulp Jon Miller Minor Closed Fixed Jan 13, 2009 Feb 09, 2009
Improvement CXF-1978 Spring-based JMS Conduit should support using a shared permanent reply queue for several instances Christian Schneider Ron Gavlin Major Closed Fixed Jan 13, 2009 Feb 09, 2009
Improvement CXF-1968 Add API in Client interface to allow passing Exchange in the invoke method Willem Jiang William Tam Minor Closed Fixed Jan 11, 2009 Feb 09, 2009
Improvement CXF-1964 Add ability to inject WSS4J Processor objects into the WSS4JInInterceptor Daniel Kulp Colm O hEigeartaigh Major Closed Fixed Jan 07, 2009 Feb 09, 2009
New Feature CXF-1962 Create directory if does not exist for WSDL to javascript Benson Margulies kombi Minor Closed Fixed Jan 02, 2009 Jan 23, 2009
Bug CXF-1947 Incorrect deserialization of null values in Map Benson Margulies Julien Coloos Major Closed Fixed Dec 15, 2008 Feb 09, 2009
Improvement CXF-1946 Changed the jms client received timeout value from 2 second to 60 second Willem Jiang Willem Jiang Major Closed Fixed Dec 15, 2008 Feb 09, 2009
Bug CXF-1945 NullPointerException in W3CDOMStreamReader Sean O'Callaghan Harald Walker Major Closed Fixed Dec 13, 2008 Jan 23, 2009
Bug CXF-1943 jms transport doesn't support to inject jmsconfig to JmsDestination Willem Jiang Willem Jiang Major Closed Fixed Dec 12, 2008 Feb 09, 2009
Bug CXF-1936 Async methods are bound when not using wsdl on client side Daniel Kulp Daniel Kulp Major Closed Fixed Dec 09, 2008 Feb 09, 2009
Bug CXF-1932 Spring injection with bare parameter style fails to deploy Daniel Kulp Martin Murphy Major Closed Fixed Dec 04, 2008 Feb 09, 2009
Bug CXF-1931 Can't include the <jaxws:dataBinding> inside the <jaxws:endpoint> Willem Jiang Willem Jiang Major Closed Fixed Dec 04, 2008 Feb 09, 2009
Improvement CXF-1926 The transportId should be available on org.apache.cxf.jaxws.JaxWsProxyFactoryBean Willem Jiang Guillaume Nodet Major Closed Fixed Nov 21, 2008 Feb 09, 2009
Bug CXF-1924 Infinite loop in FileUtils.getDefaultTempDir() when "java.io.tmpdir" directory does not exist Sean O'Callaghan Jarek Gawor Major Closed Fixed Nov 20, 2008 Dec 11, 2010
Improvement CXF-1922 Improve DynamicClientFactory: make compileJavaSrc() non static and protected Daniel Kulp dba Major Closed Fixed Nov 19, 2008 Feb 09, 2009
Wish CXF-1921 Class org.apache.cxf.jaxb.JAXBDataBinding is final Daniel Kulp Rémi Flament Major Closed Fixed Nov 18, 2008 Feb 09, 2009
Showing 20 out of 41 issues