IBM BPM, V8.0.1, All platforms > Install IBM BPM > IBM BPM Advanced for z/OS: Process Server > Configure IBM BPM Advanced for z/OS: Process Server > Configure components > Configure additional components > Configure Process Portal > Configure the Business Space component for Process Portal > Configure Business Space to work with IBM Case Manager

Registering IBM Case Manager widgets in IBM BPM Advanced

To use the integrated inbox widget in the Business Space configuration on IBM BPM Advanced you must register the IBM Case Manager widgets in IBM BPM Advanced.

This topic applies to IBM BPM Advanced.

You have configured IBM BPM Advanced and IBM Case Manager in a cross-cell setup; including a federated realm. single-sign-on, and secure socket layer. Business Space is configured in IBM BPM Advanced.


Procedure

  1. Copy the contents of the CASE_MANAGEMENT_INSTALLATION_PATH/CaseWidgets/BusinessSpace/ConnectorForIBM_BPM_WidgetRegistration/ directory from the IBM Case Manager server to the IBM BPM server. This directory includes the subdirectories catalog and endpoints.
  2. Define the endpoints for the REST services. Perform the following steps.

    1. Change to the endpoints directory.
    2. Edit the acmwidgetsEndPoints.xml file, and update the URL to point to the IBM Case Manager widgets.

  3. On the IBM BPM server, in a wsadmin session, import the widget catalog and endpoint definitions by running the following Jython commands:
    AdminTask.updateBusinessSpaceWidgets('[-nodeName  node_name -serverName  server_name 
       -catalogs  directory_containing_catalog_file
       -endpoints  directory_containing_endpoints_files]')
    AdminConfig.save()
    Where node_name and server_name are the names of the node and server for the IBM BPM Advanced server. For a cluster, use the -clusterName parameter instead of -nodeName and -serverName.
  4. Restart the IBM BPM Advanced server.


Results

The connector for theIBM BPM widget is registered in IBM BPM Advanced. When you log in to Business Space, the connector for the IBM BPM widget will be available.


What to do next

Configure the IBM Case Manager services in IBM BPM.

Configure Business Space to work with IBM Case Manager


Related reference:
updateBusinessSpaceWidgets command