Cristiano Gavião created ARIES-1417:
---------------------------------------
Summary: Aries Subsystems implementation bundle must provide
official capabilities
Key: ARIES-1417
URL: https://issues.apache.org/jira/browse/ARIES-1417
Project: Aries
Issue Type: Improvement
Components: Subsystem
Reporter: Cristiano Gavião
Compendium v6.0.0 states in 134.19 - Capabilities:
* A capability in the osgi.implementation namespace declaring the implemented
specification to be osgi.subsystem. This capability must also declare a uses
constraint for the org.osgi.service.subsystem package. For example:
Provide-Capability: osgi.implementation;
osgi.implementation="osgi.subsystem";
version:Version="1.1";
uses:="org.osgi.service.subsystem"
*This capability must follow the rules defined for the osgi.implementation
Namespace on page 997.
*A capability in the osgi.service namespace representing the Subsystem service.
This capability
must also declare a uses constraint for the org.osgi.service.subsystem package.
For example:
Provide-Capability: osgi.service;
objectClass:List<String>="org.osgi.service.subsystem.Subsystem";
uses:="org.osgi.service.subsystem"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)