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 "Ruwan Linton (JIRA)" <ji...@apache.org> on 2008/04/21 17:19:21 UTC

[jira] Created: (AXIS2-3757) Miss behaviour in adding handlers to the phase when the handler has after attribute

Miss behaviour in adding handlers to the phase when the handler has after attribute
-----------------------------------------------------------------------------------

                 Key: AXIS2-3757
                 URL: https://issues.apache.org/jira/browse/AXIS2-3757
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: nightly
         Environment: all env
            Reporter: Ruwan Linton
            Priority: Blocker
             Fix For: 1.4


Phase.addHandler(HandlerDescription) has some issues when the handler description has the after attribute, and this behavior causes issues when the phaseLast is set to true.

Synapse faced a critical issue due to this [https://issues.apache.org/jira/browse/SYNAPSE-271] to which Deepal submitted the patch for the axis2 Phase class.

This issue is blocking us and there is no meaning of the after attribute and also the phaseLast attribute due to this issue.

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


[jira] Updated: (AXIS2-3757) Miss behaviour in adding handlers to the phase when the handler has after attribute

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

Ruwan Linton updated AXIS2-3757:
--------------------------------

    Attachment: phase_test.patch

This patch provides a testcase for this issue and this patches the PreDispatchPhaseRuleTest.java

> Miss behaviour in adding handlers to the phase when the handler has after attribute
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-3757
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3757
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: nightly
>         Environment: all env
>            Reporter: Ruwan Linton
>            Priority: Blocker
>             Fix For: 1.4
>
>         Attachments: phase_test.patch
>
>
> Phase.addHandler(HandlerDescription) has some issues when the handler description has the after attribute, and this behavior causes issues when the phaseLast is set to true.
> Synapse faced a critical issue due to this [https://issues.apache.org/jira/browse/SYNAPSE-271] to which Deepal submitted the patch for the axis2 Phase class.
> This issue is blocking us and there is no meaning of the after attribute and also the phaseLast attribute due to this issue.

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


[jira] Resolved: (AXIS2-3757) Miss behaviour in adding handlers to the phase when the handler has after attribute

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

Davanum Srinivas resolved AXIS2-3757.
-------------------------------------

    Resolution: Fixed

fixed in svn revision 650212

> Miss behaviour in adding handlers to the phase when the handler has after attribute
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-3757
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3757
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: nightly
>         Environment: all env
>            Reporter: Ruwan Linton
>            Priority: Blocker
>             Fix For: 1.4
>
>         Attachments: phase_test.patch
>
>
> Phase.addHandler(HandlerDescription) has some issues when the handler description has the after attribute, and this behavior causes issues when the phaseLast is set to true.
> Synapse faced a critical issue due to this [https://issues.apache.org/jira/browse/SYNAPSE-271] to which Deepal submitted the patch for the axis2 Phase class.
> This issue is blocking us and there is no meaning of the after attribute and also the phaseLast attribute due to this issue.

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


[jira] Updated: (AXIS2-3757) Miss behaviour in adding handlers to the phase when the handler has after attribute

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

Ruwan Linton updated AXIS2-3757:
--------------------------------

    Attachment:     (was: phase_test.patch)

> Miss behaviour in adding handlers to the phase when the handler has after attribute
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-3757
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3757
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: nightly
>         Environment: all env
>            Reporter: Ruwan Linton
>            Priority: Blocker
>             Fix For: 1.4
>
>         Attachments: phase_test.patch
>
>
> Phase.addHandler(HandlerDescription) has some issues when the handler description has the after attribute, and this behavior causes issues when the phaseLast is set to true.
> Synapse faced a critical issue due to this [https://issues.apache.org/jira/browse/SYNAPSE-271] to which Deepal submitted the patch for the axis2 Phase class.
> This issue is blocking us and there is no meaning of the after attribute and also the phaseLast attribute due to this issue.

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


[jira] Updated: (AXIS2-3757) Miss behaviour in adding handlers to the phase when the handler has after attribute

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

Ruwan Linton updated AXIS2-3757:
--------------------------------

    Attachment: phase_test.patch

Modified the testcase patch as per dims comments to add an fail assertion 

> Miss behaviour in adding handlers to the phase when the handler has after attribute
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-3757
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3757
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: nightly
>         Environment: all env
>            Reporter: Ruwan Linton
>            Priority: Blocker
>             Fix For: 1.4
>
>         Attachments: phase_test.patch
>
>
> Phase.addHandler(HandlerDescription) has some issues when the handler description has the after attribute, and this behavior causes issues when the phaseLast is set to true.
> Synapse faced a critical issue due to this [https://issues.apache.org/jira/browse/SYNAPSE-271] to which Deepal submitted the patch for the axis2 Phase class.
> This issue is blocking us and there is no meaning of the after attribute and also the phaseLast attribute due to this issue.

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