You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Supun Kamburugamuva (JIRA)" <ji...@apache.org> on 2008/11/18 10:01:47 UTC

[jira] Created: (AXIS2C-1294) Same handler inserted in two places

Same handler inserted in two places
-----------------------------------

                 Key: AXIS2C-1294
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1294
             Project: Axis2-C
          Issue Type: Bug
          Components: core/phaseresolver
         Environment: Windows XP
            Reporter: Supun Kamburugamuva


    <handler name="DiscoveryDuplicateInHandler" class="discovery">
      <order phase="Transport" after="addressing_based_dispatcher"/>
      <parameter name="algo">DiscoveryDuplicateAlgoCount</parameter>
      <parameter name="count">1000</parameter>
      <parameter name="time">10</parameter>
    </handler>

When I used the above configuration for inserting a handler it was inserted at two places in the Transport phase.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-1294) Same handler inserted in two places

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar updated AXIS2C-1294:
-------------------------------------

    Fix Version/s: 1.6.0

> Same handler inserted in two places
> -----------------------------------
>
>                 Key: AXIS2C-1294
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1294
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/phaseresolver
>         Environment: Windows XP
>            Reporter: Supun Kamburugamuva
>             Fix For: 1.6.0
>
>
>     <handler name="DiscoveryDuplicateInHandler" class="discovery">
>       <order phase="Transport" after="addressing_based_dispatcher"/>
>       <parameter name="algo">DiscoveryDuplicateAlgoCount</parameter>
>       <parameter name="count">1000</parameter>
>       <parameter name="time">10</parameter>
>     </handler>
> When I used the above configuration for inserting a handler it was inserted at two places in the Transport phase.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.