Previous Topic

Next Topic

Book Contents

Book Index

Repository Service

Information about the implementation of OSGi Repository service specification.

Overview

The Repository service provides access to resources and their capabilities, according to the OSGi Repository specification.

Its function is to find a matching capabilities for a set of requirements.

A default repository implementation is provided by com.prosyst.mbs.osgi.repository bundle, containing OSGi framework resources/capabilities. To register default bundles repository, the system property mbs.repository.bundles must be set to true in the default.prs or common.prs file.

Custom repositories may be registered as OSGi services or declared via xml, following a specific schema.

Registering Bundle

The service is registered by OSGi Repository Bundle.