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.