You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/05/28 21:51:45 UTC

[jira] Closed: (FELIX-1187) BundleContext.ungetService() should return false only if the usage count is zero when the method is invoked

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

Richard S. Hall closed FELIX-1187.
----------------------------------

    Resolution: Fixed

Committed a fix.

> BundleContext.ungetService() should return false only if the usage count is zero when the method is invoked
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1187
>                 URL: https://issues.apache.org/jira/browse/FELIX-1187
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> Currently, BundleContext.ungetService() returns false if the service usage count is zero or goes to zero as a result of the call. The spec says it should only return false if it was already zero, i.e., true means there was a successful unget.

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