You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2008/11/14 12:00:45 UTC

[jira] Created: (FELIX-818) Implement the ServiceReference compareTo method

Implement the ServiceReference compareTo method
-----------------------------------------------

                 Key: FELIX-818
                 URL: https://issues.apache.org/jira/browse/FELIX-818
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
    Affects Versions: iPOJO-1.0.0
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier
             Fix For: iPOJO-1.2.0


The recent OSGi specification adds a method in the ServiceReference. The compareTo method allows comparing service references according to the OSGi service ranking policy. The iPOJO internal service registry (used in composites) must also support this method to be compliant. 

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


[jira] Resolved: (FELIX-818) Implement the ServiceReference compareTo method

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier resolved FELIX-818.
-------------------------------------

    Resolution: Fixed

Fixed at r713977 
The ServiceReferenceImpl compareTo method (method added in OSGi R4.1) is now implemented. This method reuses the same implementation as the Felix framework ServiceReferenceImpl method.



> Implement the ServiceReference compareTo method
> -----------------------------------------------
>
>                 Key: FELIX-818
>                 URL: https://issues.apache.org/jira/browse/FELIX-818
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>    Affects Versions: iPOJO-1.0.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>             Fix For: iPOJO-1.2.0
>
>
> The recent OSGi specification adds a method in the ServiceReference. The compareTo method allows comparing service references according to the OSGi service ranking policy. The iPOJO internal service registry (used in composites) must also support this method to be compliant. 

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