You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/04/08 09:27:36 UTC

[jira] Resolved: (FELIX-2259) ServicesServlet should use BundleContext.getAllServiceReferences instead of getServiceReferences

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

Felix Meschberger resolved FELIX-2259.
--------------------------------------

    Resolution: Fixed

Fixed in Rev. 931806

> ServicesServlet should use BundleContext.getAllServiceReferences instead of getServiceReferences
> ------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2259
>                 URL: https://issues.apache.org/jira/browse/FELIX-2259
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.2
>
>
> The ServicesServlet currently may miss some registered services because the BundleContext.getServiceReferences may not return all services. Instead the getAllServiceReferences method should be used to get all.
> Since we are not interested in actually getting the service objects, it doesn't matter, whether the services can be used or not.

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