+

Search Tips   |   Advanced Search

Administer bundle repositories

OSGi applications can share many common utility bundles. To simplify maintenance, and reduce the application footprint, the application does not have to include its own copy of each utility bundle. Instead, bundles can be hosted in a bundle repository, from where they are retrieved during deployment. We can administer bundles and composite bundles held in the internal bundle repository of the product, and also add links to external bundle repositories.

WebSphere Application Server includes an internal bundle repository, in which we can store the bundles and composite bundles for our OSGi applications. The external bundle repositories are bundle repositories available outside of WAS. If our OSGi applications reference bundles stored in an external bundle repository, configure a link (name and URL) to the repository so that the provisioner can retrieve the bundles when required. When an OSGi application is imported as an asset, the provisioner attempts to satisfy all its dependencies using the contents of the asset, the contents of the internal bundle repository, and the contents of any available external bundle repositories.

We can link to any external bundle repository that complies with the OSGi Alliance RFC-0112 Bundle Repository Draft Specification. Such a repository consists of a website with a bundle repository XML file that describes an OSGi-compliant repository. Depending on how the external bundle repository is implemented, we might not be able to use it to provision services, or to store composite bundles or bundles referenced by composite bundles.

If our bundle includes Blueprint XMLfiles that specify service or reference elements, and the bundle is included in an EBA asset or installed in the internal bundle repository, then these elements are respected during provisioning and appropriate services are provisioned when needed. See Provisioning for OSGi applications.


Subtopics


Related:

  • OSGi bundles and bundle archives
  • Update bundle versions for an EBA asset
  • Maintaining an OSGi composition unit
  • Checking the bundle download status of an EBA asset
  • Checking the update status of an OSGi composition unit
  • Exporting and importing a deployment manifest file
  • OSGi Alliance RFC-0112 Bundle Repository Draft Specification




    File name: was2977.html

    prettyPrint();