Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, all installed bundled are listed when you open the OSGi portlet. However, you can choose to show only specific group of bundles:

  • Select WAB to list web bundles only;
  • Select Blueprint to list blueprint bundles only;
  • Select System to list system bundles only, the start level of system bundle must be less than 50;
  • Select Configuration to list all configuration bundles used by Geronimo system modules;

Viewing the information of OSGi Bundles

The following are actions listed within Utilities column, and which you can perform to view the information of each bundle:

  • Click View Manifest to see the content of the MANIFEST.MF file of the bundle. This file contains headers that specify information that the server Framework needs to install correctly and activate a bundle. Such information includes: Import-Package, Export-Packages, Bundle-SymbolicName, Bundle-Version, and so on.
  • Click View wired bundles to see which bundles those imported packages are from and which bundles are using exported packages from the current one.
  • Click View services to see the services that the bundle is using and that the bundle has registered with the Framework.

For more information about the OSGi Bundles, see the OSGi Specifications.