You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by "James Carman (JIRA)" <hi...@jakarta.apache.org> on 2005/02/27 15:58:48 UTC

[jira] Created: (HIVEMIND-96) Allow interceptors to be ordered by name rather than interceptor factory id

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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Closed: (HIVEMIND-96) Allow interceptors to be ordered by name rather than interceptor factory id

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-96?page=all ]
     
James Carman closed HIVEMIND-96:
--------------------------------


> 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
>     Assignee: James Carman
>      Fix For: 1.1

>
> 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Assigned: (HIVEMIND-96) Allow interceptors to be ordered by name rather than interceptor factory id

Posted by "Howard M. Lewis Ship (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-96?page=history ]

Howard M. Lewis Ship reassigned HIVEMIND-96:
--------------------------------------------

    Assign To: James Carman

> 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
>     Assignee: James Carman
>      Fix For: 1.1

>
> 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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Resolved: (HIVEMIND-96) Allow interceptors to be ordered by name rather than interceptor factory id

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-96?page=history ]
     
James Carman resolved HIVEMIND-96:
----------------------------------

     Resolution: Fixed
    Fix Version: 1.1

> 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
>     Assignee: James Carman
>      Fix For: 1.1

>
> 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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Commented: (HIVEMIND-96) Allow interceptors to be ordered by name rather than interceptor factory id

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-96?page=comments#action_59854 ]
     
James Carman commented on HIVEMIND-96:
--------------------------------------

I checked in a change for this today.

> 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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org