Allow interceptors to be ordered by name rather than interceptor factory id
---------------------------------------------------------------------------

         Key: HIVEMIND-96
         URL: http://issues.apache.org/jira/browse/HIVEMIND-96
     Project: HiveMind
        Type: Improvement
  Components: framework  
    Versions: 1.1    
    Reporter: James Carman


Currently, interceptors are ordered by their factory's id.  But, what if we 
want to use the same factory to create multiple unique interceptors which 
should be able to be ordered with respect to one another?  Add in support for a 
new property called "name" to ServiceInterceptorContribution and make service 
points order their interceptors by "name" rather than "factoryServiceId."  

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to