Disabling or Enabling Endpoint Deployment in a JBI Module

The available endpoints for a JBI module can be disabled or enabled from the JBI Modules node in a composite application. The Deployment Settings window displays the module's available endpoints, and provides a check box for each which specifies whether that endpoint is activated for that module upon deployment. This will not disable the endpoint for other composite applications or JBI modules

To disable an endpoint:

  1. From the Projects window, expand the composite application's JBI Modules node. Right-click a Java EE module, and select the Deployment Settings option from the pop-up menu. The Deployment Settings window appears.
  2. The Deployment Settings window displays the available consumer and provider endpoints for the JBI module. Each endpoint has an associated check box. By default, each check box is selected (checked), indicating that the endpoint is activated upon deployment. To disable an endpoint for the selected JBI module, clear the check box.

    There is an additional check box for "Deploy with Composite Application." When this option is unchecked, the Java EE module will not be deployed with the composite application, but the listed endpoints can still be accessed by other JBI components. It is the users responsibility to deploy the Java EE module.

    If no endpoints are found for the module, the Deployment Settings window prompts you to build the composite application. Build the composite application, then open the Deployment Settings window again.
  3. Click OK to close the window. Changes will take effect the next time that the build action is performed.
  4.  

See Also
Java EE Module Options
Verifying Server Resources for Java EE Modules

Legal Notices