properties and service names of extended components not always included
-----------------------------------------------------------------------
Key: FELIX-507
URL: https://issues.apache.org/jira/browse/FELIX-507
Project: Felix
Issue Type: Bug
Components: Maven SCR Plugin
Affects Versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3
Reporter: Felix Meschberger
Assignee: Carsten Ziegeler
If a bundle B1 contains an abstract component with @scr.* tags, the respective
information is added to the bundle in the OSGI-INF/scr-plugin/scrinfo.xml file.
This file is read by the maven-scr-plugin if the bundle is referenced during a
build.
Unfortunately of this descriptor only the @scr.reference tags are reused while
the @scr.service and @scr.property tags are ignored. As the abstract component
source file is not available either, the service names and properties of the
abstract component are not inherited.
There is no workaround for this except duplicating the tags ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.