Migration 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
3.0 Known problems and workarounds
   3.1 EJBClient.jar is no longer generated
   3.2 Enabling a business process to pass a reference to itself

1.0 Description

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

2.0 Limitations

None

3.0 Known problems and workarounds

3.1 EJBClient.jar is no longer generated

In WebSphere Integration Developer 6.0.1, the first build after creating or importing a business or mediation module would always generate at least three J2EE staging projects, which caused the module to take too long to build. For example, a module named X would result in the automatic creation of projects named XApp, XEJB, XEJBClient, and possibly XWeb. With WebSphere Integration Developer 6.0.2, the EJBClient project will no longer be generated, and now the module builds more quickly.

3.2 Enabling a business process to pass a reference to itself

If a business process passes a reference to itself outside of the module, you must manually mark an export (with either an SCA, Web Services or JMS binding) of the WebSphere Integration Developer business process as the default.  

To mark an export as the default, following these instructions:

  1. In the assembly diagram, right-click the export you want to make the default.
  2. Select Show in Properties.
  3. In the Properties view, select the Description tab.
  4. For the Default endpoint reference field, select True.

You will encounter this situation when you migrate a business process from WebSphere Studio Application Developer Integration Edition to WebSphere Integration Developer 6.0.2 or set up communication between a WebSphere Integration Developer business process and another service.