Use the addLocalRepositoryBundle command to add a bundle or composite bundle to the internal bundle repository that is included in the product. The bundle must be packaged as a JAR file that is available on the server file system and that contains a suitably-configured manifest file. The composite bundle must be packaged as a compressed archive file with a .cba file extension.
To run the command, use the AdminTask object of the wsadmin scripting client.
print AdminTask.help('OSGiApplicationCommands')
print AdminTask.help('command_name')
AdminConfig.save()
This command adds a bundle or a composite bundle to the internal bundle repository.
When you add a composite bundle, if it directly contains OSGi bundles, these bundles are installed into the repository as though they are individually uploaded, and the composite bundle is also added to the bundle repository. If the composite bundle references OSGi bundles, these bundles must be present in the internal bundle repository.
None
None.
None.
AdminTask.addLocalRepositoryBundle('-file path')