user_exit export command

The user_exit export command exports a user exit OSGi bundle to a user exit bundle file.

Usage notes

This command uses the bundle symbolic name. Perform the following task to get the symbolic name:

  1. Open the user exit bundle file at install_dir\Members\resources\userexits.
  2. Open the META-INF subdirectory.
  3. Open the MANIFEST.MF file.
  4. Record the value of Bundle-SymbolicName.

Environment

  • Windows 2008
  • Linux®

Authorization

Administrative user

Syntax

execute user_exit export <bundle symbolic name> <pathtobundle.jar>

Option descriptions

bundle symbolic name
The name of one user exit bundle.
pathtobundle.jar
The file path to the user exit bundle file.

Example

Example: Exporting a user exit bundle to a jar file.
This command exports a user exit bundle with the symbolic name com.ibm.b2b.meg.core.components.userexits.ibm-b2b-meg-core-components-userexits to C:\AS4 Microservices\Members\resources\userexits\ibm-b2b-meg-core-components-userexits-1.1-SNAPSHOT2.jar.
execute user_exit export com.ibm.b2b.meg.core.components.userexits.ibm-b2b-meg-core-components-userexits C:\AS4 Microservices\Members\resources\userexits\ibm-b2b-meg-core-components-userexits-1.1-SNAPSHOT2.jar