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:
- 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 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