You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "J.W. Janssen (JIRA)" <ji...@apache.org> on 2016/08/26 17:35:21 UTC

[jira] [Created] (FELIX-5337) Filter-based dependencies working differently for annotations

J.W. Janssen created FELIX-5337:
-----------------------------------

             Summary: Filter-based dependencies working differently for annotations
                 Key: FELIX-5337
                 URL: https://issues.apache.org/jira/browse/FELIX-5337
             Project: Felix
          Issue Type: Bug
    Affects Versions: dependencymanager-4.3.0
            Reporter: J.W. Janssen


I've got a "catch all" service dependency that simply wants to see *all* services being registered. In the activator based implementation I simply express my dependency as {{createServiceDependency().setService("(objectClass=*)").setRequired(false).setCallbacks("addService", "removeService")}} and I get all services I'm interested in (I mean: each and every registered service).

However, if I rewrite my code to use annotations using {{@ServiceDependency(filter="(objectClass=*)", required = false, removed = ...)}}, I suddenly do not see all services I expect: only services that seem to be compatible with the class-space of the bundle my code lives in.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)