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 exports to access the migrated service > Migrating the JMS and the JMS process bindings

Migration option 3 for the JMS and JMS process binding

The third migration option for the WebSphere Studio Application Developer Integration Edition JMS process binding is to make business processes accessible by a non-SCA entity (for example, a JSP or a Java client).

The Standalone Reference makes an SCA component accessible by any external client. To create a Standalone Reference, follow these steps:


Procedure

  1. Open the Assembly Editor for the module created by the migration wizard.

  2. Create a Standalone Reference for each BPEL process interface that had a JMS binding generated for it in WebSphere Studio Application Developer Integration Edition:

    1. Select the Standalone References item from the toolbar.

    2. Click the canvas of the Assembly Editor to create a Standalone References SCA entity.

    3. Select the Wire item from the toolbar.

    4. Click the Standalone References entity to select it as the source of the wire.

    5. Click the BPEL SCA component to select it as the target of the wire.

    6. You will see an alert Matching reference will be created on the source node. Would you like to continue?, click OK.

    7. Select the Standalone References entity that was just created and in the Properties view select the Description content pane.
    8. Expand the References link and select the reference that was just created. The reference’s name and description are listed and may be modified as necessary.

    9. If there are multiple interfaces for the process, select the interfaces to export with this binding type.
    10. Save the assembly diagram.

: Migrating the JMS and the JMS process bindings