Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
framework-1.8.0
-
None
Description
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.