UDDI4J releases can be downloaded from SourceForge.
Release name | Date | Notes |
2.0.5 | 06/27/2006 | UDDI4J minor update release containing minor bug fixes - see Change Log below. |
2.0.4 | 10/31/2005 | UDDI4J minor update release containing minor bug fixes - see Change Log below. |
2.0.3 | 03/22/2005 | UDDI4J minor update release containing minor bug fixes - see Change Log below.
The binary distribution for this release does not contain the compiled class file for HPSOAPTransport. Users wishing to use HPSOAPTransport must download the source distribution and compile this class themselves using the supplied build.xml file. |
2.0.2 | 09/04/2003 | UDDI4J minor update release containing minor bug fixes. |
2.0.1 | 01/30/2003 | UDDI4J minor update release, including updated Axis support, spec compliance fixes, and minor bug fixes. |
2.0 | 5/15/2002 | UDDI4J release with v2 support. Minor changes from 2.0 beta. Errata 3 support, bug fixes, collection class enhancements. |
2.0 beta | 11/09/2001 | Major new release support UDDI v2 specification. Collaboration with HP. |
1.0.3 | 06/26/2001 | Important bug fix corrects problem with multiple 'name' attributes being misinterpreted |
1.0.2 | 03/28/2001 | bug fixes |
1.0.1 | 02/16/2001 | bug fixes |
1.0 | 01/24/2001 | UDDI4J contributed by IBM to open source community on Developerworks |
1.0 beta | 11/13/2000 | Initial release as part of Web Services Toolkit v2.0 available on Alphaworks |
Changes from 2.0.4 release include:
- Fix DBCS problem in ApacheAxisTransport, causing DBCS characters to be translated incorrectly.
Changes from 2.0.3 release include:
- Introduction of more flexible properties handling including ability to specify configuration properties in a uddi4j.properties file.
- UDDI4J is now XML namespace aware
Changes from 2.0.2 release include:
- UDDIElement now implements Serializable (and hence so do all the datatype classes which are subclasses of UDDIElement).
- ApacheAxisTransport updated to work with Crimson parser as well as Xerces.
- ApacheSOAPTransport now catches generic Exception rather than SOAPException from calls into Apache SOAP.
This prevents RuntimeExceptions from Apache SOAP propagating through UDDI4J.- Organized imports to aid compilation.
- Corrected some javadoc errors.
Important information for release 2.0.3:
- The binary distribution of the 2.0.3 release does not contain the compiled class file for HPSOAPTransport. (The source distribution still contains the source file for this class.) This will not affect users of ApacheSOAPTransport (the default) or ApacheAxisTransport. Users wishing to use the HPSOAPTransport class will need to download the source distribution and build UDDI4J themselves using the supplied build.xml file.
Changes from 2.0.1 release include:
- Miscellaneous bug fixes.
Changes from 2.0 release include:
- Axis 1.x update
- Ant 1.5.x update
- BindingTemplate
Required fields constructors updated to ensure either HostingRedirector or AccessPoint is present.- BusinessInfo
Updated to support multiple Name objects.- DispositionReport
Updated to include missing 'truncated' attribute.
Updated to better represent the component objects of a DispositionReport.- KeysOwned
Minor fixes to avoid Null Pointer Exceptions.- RelatedBusinessInfo
Updated to support multiple Name and Description objects.- ServiceInfo
Updated to support multiple Name objects.- TModelInfo
Minor fix to avoid possible Null Pointer Exception.- 'All Publish API requests'
Minor updates to avoid possible Null Pointer Exception.- FindService, FindBusiness, FindTModel, GetCompletionStatus, AuthToken
Minor updates to avoid possible Null Pointer Exception.- BindingDetail, BusinessDetail, BusinessDetailExt, BusinessList, ServiceList, TModelDetail, TModelList
Updated to avoid Null Pointer Exception handling optional truncated attribute.
Changes from 2.0 beta include:
- Support for UDDI V2 errata 3
- Configuration object to override system property settings in UDDIProxy.
- Collection class methods added to classes that are primarily collections.
- Addressline class added support for keyname, keyvalue.
- Other miscellaneous bug fixes and enhancements.
Major revision. New capabilities include:
- Full support of the UDDI V2 specification
- Support for plugable SOAP transports. Currently the supported SOAP implementations include
- Apache SOAP 2.2 (http://xml.apache.org/soap/)
- HP SOAP (http://www.hp.com/go/webservices)
- Axis (http://xml.apache.org/axis/)
- Logging capability
- Improved configuration capability
Other major changes:
- Package name changed to org.uddi4j
- UDDI v1 messages are no longer supported.
Major contribution by HP to the project as they join the development community.
This release contains a significant bug fix. Users of previous releases are strongly encouraged to upgrade.
Corrected problem incorrecting interpreting 'name' attributes contained at multiple levels when invoking save requests.
The getDescriptionStrings methods have been removed from all classes that had them. They have been replaced with getDefaultDesriptionString method.
The getDescriptionStrings method was misleading. Each string in the returned vector represented a different language, yet there was no way to figure out what language each string was for. getDefaultDescriptionString returns the default (english) string.
To obtain all the descriptions, use the getDescriptionVector method. This returns Description objects which contain a language attribute.
Some fixes have been checked in to required field constructs that accepted Vectors of Strings. This does not affect their signatures. Affected classes are: DeleteBinding, DeleteBusiness, DeleteService, DeleteTModel, GetBindingDetail, GetBusinessDetail, GetBusinessDetailExt, GetServiceDetail, GetTModelDetail, TModelBag.
Required fields constructors corrected for some objects.
Samples added to source distribution.
Initial submission by IBM of UDDI4J to open source community on Developerworks.
Included as part of IBM Web Services Toolkit version 2.0 available on Alphaworks.