Use the removeOSGiExtension command to remove a composite bundle extension from a composition unit.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere® Application Server scripts.
print AdminTask.help('OSGiApplicationCommands')
print AdminTask.help('command_name')
AdminConfig.save()
This command removes a composite bundle extension from a composition unit.
The specified composition unit.
None.
None.
AdminTask.removeOSGiExtension(' -cuName cu_name -symbolicName cba_symbolic_name -version cba_version ')