Thanks. Then question back to "do I have to specify <order
phase="Transport"/>?" given it's already in that phase.

JD

-----Original Message-----
From: Michele Mazzucco [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 08, 2006 2:48 PM
To: [email protected]
Subject: Re: [Axis2] Question on Phase order

Hi,

I guess it's a mistake. Try to download one recent nightly build. In the
last one I can see

<phase name="Transport">
            <handler name="RequestURIBasedDispatcher"

class="org.apache.axis2.engine.RequestURIBasedDispatcher">
                <order phase="Transport"/>
            </handler>
            <handler name="SOAPActionBasedDispatcher"

class="org.apache.axis2.engine.SOAPActionBasedDispatcher">
                <order phase="Transport"/>
            </handler>
        </phase>


Hope this helps,
Michele

Jingdong Liu wrote:
> Hi,
> 
> In default Axis2 1.0 axis2.xml, I saw the following configuration:
>     
> <phaseOrder type="inflow">
>   <phase name="Transport">
>     <handler name="RequestURIBasedDispatcher"
>
class="org.apache.axis2.engine.RequestURIBasedDispatcher">
>       <order phase="Dispatch"/>
>     </handler>
>     ...
> 
> I am confused with <order phase="Dispatch"/>. What that mean? It is
> defined within "Transport" phase, why the order has phase="Dispatch"
> attribute?
> 
> Thanks,
> JD
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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


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

Reply via email to