IBM BPM, V8.0.1, All platforms > Migrating and upgrading your IBM BPM environment > Migrating from other products > Migrating from WebSphere Studio Application Developer Integration Edition > Migrating your workspace

Limitations of source artifact migration

There are limitations involved with the WebSphere Studio Application Developer Integration Edition source artifact migration process.

The following lists detail some of the limitations of the migration process for source artifact migration.


General limitations


EJB project migration limitations

You might encounter a migration problem if the source WebSphere Studio Application Developer Integration Edition workspace has an EJB project without an EJB client project. If the EJB project is a dependency of one or more service projects, the migrated workspace will build correctly but will not deploy correctly. This happens because IBM Integration Designer tries to deploy the EJB project as a Java EE module and not a utility jar. To solve this problem, follow these steps:
  1. Migrate the workspace.

  2. In IBM Integration Designer, right-click EJB Project > Java EE > Create EJB Client Jar. An EJB client project is created.
  3. Replace all references to the EJB project in Modules with the EJB client.


SCA Programming Model limitations


BPEL migration process technical limitations

: Migrating your workspace