You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Stuart McCulloch (JIRA)" <ji...@apache.org> on 2008/10/31 18:53:44 UTC

[jira] Closed: (FELIX-798) Current implementation of ServiceRegistration.getReference() does not follow the spec

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

Stuart McCulloch closed FELIX-798.
----------------------------------


Hi Richard - I've tested the new code and it works perfectly, thanks!

> 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, Specification compliance
>    Affects Versions: felix-1.2.2
>            Reporter: Stuart McCulloch
>            Assignee: Richard S. Hall
>             Fix For: felix-1.4.0
>
>         Attachments: FELIX-798.txt
>
>
> 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.