Implementing missing ComponentContext methods
---------------------------------------------

                 Key: FELIX-128
                 URL: http://issues.apache.org/jira/browse/FELIX-128
             Project: Felix
          Issue Type: Improvement
          Components: Declarative Services
    Affects Versions: 0.8.0
         Environment: org.apache.felix.scr project, Rev. 438041
            Reporter: Felix Meschberger
         Attachments: ComponentContext_fm20060829.diff

The scr project currently misses methods for the ComponentContext 
implementation, namely the getUsingBundle() and service location methods. I 
assume, these methods are fairly easy to implement:

(1) getUsingBundle: set a private field of the ComponentContextImpl to the 
requiring bundle if created from a service factory. Otherwise this field 
remains null.

(2) service location: find the DependencyManager whose metadata has the 
requested name and select a service.

Attached is a patch, which implements this functionality. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to