You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2008/11/03 14:39:44 UTC

[jira] Resolved: (FELIX-801) Support service properties injection in bind/unbind callbacks

     [ https://issues.apache.org/jira/browse/FELIX-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier resolved FELIX-801.
-------------------------------------

    Resolution: Fixed

Fix at Revision 710054
Dependency callbacks support two new signatures:
- service object, dictionary
- service object, map 
Those signatures allow injecting service properties without injecting the service reference.





> Support service properties injection in bind/unbind callbacks
> -------------------------------------------------------------
>
>                 Key: FELIX-801
>                 URL: https://issues.apache.org/jira/browse/FELIX-801
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>    Affects Versions: iPOJO-1.0.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>             Fix For: iPOJO-1.2.0
>
>
> iPOJO service dependency callbacks support several signatures:
> - nothing (i.e. notification)
> - service object
> - service reference
> - service object, service reference
> This improvement adds two other possible signatures in order to inject service properties without injecting the service reference (and so injecting a dependency on the OSGi API):
> - service object, dictionary
> - service object, map
> The above dictionary and map receive the service properties of the bound/unbound service,

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