ClassNotFound exception when inheriting references from a class contained in 
another bundle
-------------------------------------------------------------------------------------------

                 Key: FELIX-644
                 URL: https://issues.apache.org/jira/browse/FELIX-644
             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 service S comming from a 
different bundle/jar X
Bundle B contains class B1 extendind A1

If Bundle B does not have X as a dependency and scope "provided" is used for 
the dependency to Bundle A, the class X is not found when the reference to X is 
checked in Bundle B.

We can skip these checks as Bundle A has already checked the reference.

-- 
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