Test client Release Notes

© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

Release notes

1.0 Description
2.0 Limitations
   2.1 Integration test client requires Java classes to have a zero argument constructor
   2.2 Emulating transaction rollbacks not supported in the integration test client
3.0 Known problems and workarounds

1.0 Description

This release notes file contains late-breaking information about limitations and known problems and workarounds for the WebSphere® Integration Developer test client.

2.0 Limitations

2.1 Integration test client requires Java classes to have a zero argument constructor

The integration test client requires Java™ classes, which are arguments in method signatures, to have a zero argument constructor and the appropriate get or set methods for each of its fields.

2.2 Emulating transaction rollbacks not supported in the integration test client

The integration test client runs outside the scope of application transactions, and so does not participate in transactions. Therefore, emulating transaction rollbacks are not supported in the integration test client.

3.0 Known problems and workarounds

None