Inheritance of references is not working if there is more than one bundle 
involved in the hierarchy
---------------------------------------------------------------------------------------------------

                 Key: FELIX-643
                 URL: https://issues.apache.org/jira/browse/FELIX-643
             Project: Felix
          Issue Type: Bug
          Components: Maven SCR Plugin
    Affects Versions: maven-scr-plugin-1.0.6
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: maven-scr-plugin-1.0.7


Example:
Bundle A contains abstract class A1 with reference to to service S
Bundle B contains abstract class B1 extending A1
Bundle C contains class C1 extending B1

In this case you get a duplicate definition error for reference to service S, 
as C is transitivly inheriting the reference to service S twice: from bundle B 
and from Bundle A.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to