removeLocalRepositoryBundle command

Use the removeLocalRepositoryBundle command to remove a bundle or composite bundle from the bundle repository that is included in the product.

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.

Command-line help is provided:
  • For a list of the available OSGi Applications commands in Jython and a brief description of each command, enter the following command at the wsadmin prompt:

    print AdminTask.help('OSGiApplicationCommands')

  • For overview help on a given command, enter the following command at the wsadmin prompt:

    print AdminTask.help('command_name')

After using the command, save your changes to the master configuration by using the following command:

AdminConfig.save()

Purpose

This command removes a bundle or composite bundle from the internal bundle repository.

You cannot delete a bundle if it is contained in, or referenced by, a composite bundle. You must delete the composite bundle first, then delete the bundle.

Target object

The specified bundle.

Required parameters

-symbolicName bundle_symbolic_name
One of the following:
  • The non-localizable name for this bundle.
  • The bundle symbolic name of this composite bundle.
The bundle symbolic name, together with the bundle version, uniquely identifies a bundle.
-version bundle_version
One of the following:
  • The version of this bundle.
  • The version of this composite bundle.
The bundle version is in the form n.n.n, for example 1.1.0. The bundle symbolic name, together with the bundle version, uniquely identifies a bundle.
Note: You can use the listLocalRepositoryBundles command to list the symbolic names and versions of the bundles currently held in the repository.

Conditional parameters

None.

Optional parameters

None.

Example

AdminTask.removeLocalRepositoryBundle('-symbolicName bundle_symbolic_name 
                                       -version bundle_version')

Icon that indicates the type of topic Reference topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Monday, 21 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-express-iseries&topic=ra_cli_obr_int_remove
File name: ra_cli_obr_int_remove.html