user_exit config command
The user_exit config command deploys a user exit OSGi bundle on any node in the cluster.
Usage notes
Before you run this command with a user exit bundle, you must first run the user_exit load command on the file that contains that bundle.
This command uses the bundle symbolic name. Perform the following task to get the symbolic name:
- Open the user exit bundle file at install_dir\Members\resources\userexits.
- Open the META-INF subdirectory.
- Open the MANIFEST.MF file.
- Record the value of
Bundle-SymbolicName
.
Environment
- Windows 2008
- Linux®
Authorization
Administrative user
Syntax
execute user_exit config <bundle symbolic name>|all
Option descriptions
- bundle symbolic name
- The name of one user exit bundle.
- all
- All user exit bundles.
Example
- Example: Deploying a user exit bundle.
- This command deploys the user exit bundle
com.ibm.b2b.meg.core.components.userexits.ibm-b2b-meg-core-components-userexits
on the node in to which you are logged.execute user_exit config com.ibm.b2b.meg.core.components.userexits.ibm-b2b-meg-core-components-userexits