Current implementation of ServiceRegistration.getReference() does not follow 
the spec
-------------------------------------------------------------------------------------

                 Key: FELIX-798
                 URL: https://issues.apache.org/jira/browse/FELIX-798
             Project: Felix
          Issue Type: Bug
          Components: Framework
    Affects Versions: felix-1.2.2
            Reporter: Stuart McCulloch
             Fix For: felix-1.4.0


According to the javadoc for getReference() it should throw an exception if the 
service is unregistered:

  java.lang.IllegalStateException - If this ServiceRegistration object has 
already been unregistered.

see 
http://www.osgi.org/javadoc/r4v41/org/osgi/framework/ServiceRegistration.html#getReference()

However, the current ServiceRegistration implementation in Felix continues to 
return a valid reference
even after the service is unregistered (discovered this when working on service 
examples for the book)

I'll attach a patch for review.

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

Reply via email to