Versions Compared

Key

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

...

  1. Id: This column displays the bundle Id which is unique for each bundle. The bundles in the table are sorted according to the ascending order of their Ids. This listing order complies with the starting order of the bundles. The bundles with smaller start levels tend to have smaller Id numbers.
  2. Symbolic Name: This column displays the Symbolic Name of each bundle. This attribute is set by the Bundle-SymbolicName header in the MANIFEST.MF file in the bundle.
  3. Version: This column displays the version of each bundle, which is set by the Bundle-Version header in the MANIFEST.MF file in the bundle.
  4. State: This column displays the state of each bundle.
    • Bundles that are started are shown as Active. You can stop the bundle by using the Stop button.
    • Bundles that are stopped are shown as Resolved. You can start the bundle by using the Start button.
  5. Utilities: This column displays the actions you can perform to view different information of each bundle.

Viewing different groups of Bundles

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

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

Viewing the information of OSGi Bundles

...

  1. 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.
  2. Click View wired bundles to see which bundles those imported packages are from and which bundles are using exported packages from the current one.
  3. Click View services to see the services that the bundle is using and that the bundle has registered with the Framework.

...