John Ross created ARIES-1142: -------------------------------- Summary: The Felix OBR <-> OSGi Repository bridge does not correctly translate osgi.wiring.bundle requirements. Key: ARIES-1142 URL: https://issues.apache.org/jira/browse/ARIES-1142 Project: Aries Issue Type: Bug Components: Subsystem Affects Versions: 1.0 Reporter: John Ross
The Felix OBR <-> OSGi Repository bridge, as implemented in the org.apache.aries.subsystem.obr bundle, does not correctly translate requirements that correspond to the osgi.wiring.bundle namespace. In a bundle or subsystem manifest, these requirements are represented by the Require-Bundle header. In Felix OBR, the requirement name is "bundle" which has an attribute called "symbolicname". This attribute must be translated into osgi.wiring.bundle when representing an OSGi requirement and vice-versa when representing a Felix OBR requirement. -- This message was sent by Atlassian JIRA (v6.1.5#6160)