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 > Additional migration information > Create SCA Components and SCA Imports for the services in the application for rewiring

Migrating an EJB service

You can migrate an EJB service to an SCA Import with stateless session bean binding.

Import the workspace using the Migration wizard. This will result in the creation of a business integration module with the WSDL Messages, PortTypes, Bindings, and Services generated in WebSphere Studio Application Developer Integration Edition.

In the Business Integration perspective, expand the module to see its contents. Open the Assembly Editor by double-clicking the first item under the module project (it will have the same name as the project).

If the Migration wizard did not fully migrate all of your service projects, follow these steps to invoke the EJB directly:

  1. Open the Dependencies editor for the business integration module (double-click Dependencies).

  2. In the Java EE section, add the EJB project. Close the Dependencies editor, saving your change.
  3. Open the Assembly diagram for your module.

  4. From the palette, expand Outbound Imports. Select Enterprise JavaBeans and drop it on the canvas.

  5. In the New Enterprise JavaBeans Import Service wizard, select the EJB and click Finish.
This will create an import with a WSDL interface and an EJB binding for invoking the stateless session EJB.

: Create SCA Components and SCA Imports for the services in the application for rewiring