You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/03/16 09:01:00 UTC

[jira] Resolved: (AXIS2-223) Adding a handler to every phases in the chain

     [ http://issues.apache.org/jira/browse/AXIS2-223?page=all ]
     
Deepal Jayasinghe resolved AXIS2-223:
-------------------------------------

    Fix Version: 0.95
     Resolution: Fixed

- so if the phase name of a handler is "*" then the handler will be added to all the phases in the flow
- and it should not that it will ignore before after , and will support phase first , phase last

> Adding a handler to every phases in the chain
> ---------------------------------------------
>
>          Key: AXIS2-223
>          URL: http://issues.apache.org/jira/browse/AXIS2-223
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: deployment
>     Reporter: Deepal Jayasinghe
>     Assignee: Deepal Jayasinghe
>      Fix For: 0.95

>
> It should be able to add a same handlers to every possible phases in the excretion chain. In current implementation the only way of doing that is by adding same handler multiple tiles changing phaseName attribute of a handler 
> <handler name="MyHandler" class="org.apache.axis2.sample.handlers.MyHandler ">
>             <order phase="MyPhase"/>
>   </handler>
> But I like if we can make phase to take multiple name that can easily solve the problem
> So my idea is 
> 1.if he want to add every possible phase then use "*" as phase name
> 2.else if he want to add to selected phases list then use comma separated phase name like
>  phase name ="foo,bar,"

-- 
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