Registry.getServiceIds() doesn't support concrete class service points.
-----------------------------------------------------------------------

         Key: HIVEMIND-148
         URL: http://issues.apache.org/jira/browse/HIVEMIND-148
     Project: HiveMind
        Type: Bug
  Components: framework  
    Versions: 1.1    
 Environment: 1.1-beta2
    Reporter: Ben Fortuna
    Priority: Minor


Hivemind 1.1 sees the introduction of both concrete classes as a service point 
(prior to this only interfaces were allowed), as well as the introduction of 
the method Registry.getServiceIds() for retrieving a list of service ids 
implementing the specified interface.

Calling Registry.getServiceIds() with a service point defined by a concrete 
class does not currently identify available implementations, whilst 
Registry.getService() does. Consistency across all getService*() methods is 
desireable.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to