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 "Katherine Sanders (JIRA)" <ji...@apache.org> on 2009/10/23 12:11:59 UTC

[jira] Created: (AXIS2-4536) Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke

Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke
----------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4536
                 URL: https://issues.apache.org/jira/browse/AXIS2-4536
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Addressing
            Reporter: Katherine Sanders


The change made to AddressingOutHandler in revision 778244 means that if DISABLE_ADDRESSING_FOR_OUT_MESSAGES is set to true in the module.xml, addressing will always be disabled on out messages, even if the value is false on the msg context.  This behaviour is incorrect because the module.xml value should only be a default, which is overridden by the value in the msg context if it exists.

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


[jira] Updated: (AXIS2-4536) Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke

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

Katherine Sanders updated AXIS2-4536:
-------------------------------------

    Attachment: AXIS2-4536.patch

Here's a patch which fixes this issue.  I've included some unit tests to stop regressions in future too.

> Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4536
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4536
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Katherine Sanders
>         Attachments: AXIS2-4536.patch
>
>
> The change made to AddressingOutHandler in revision 778244 means that if DISABLE_ADDRESSING_FOR_OUT_MESSAGES is set to true in the module.xml, addressing will always be disabled on out messages, even if the value is false on the msg context.  This behaviour is incorrect because the module.xml value should only be a default, which is overridden by the value in the msg context if it exists.

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


[jira] Assigned: (AXIS2-4536) Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke

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

Andreas Veithen reassigned AXIS2-4536:
--------------------------------------

    Assignee: Andreas Veithen

> Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4536
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4536
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Katherine Sanders
>            Assignee: Andreas Veithen
>         Attachments: AXIS2-4536.patch
>
>
> The change made to AddressingOutHandler in revision 778244 means that if DISABLE_ADDRESSING_FOR_OUT_MESSAGES is set to true in the module.xml, addressing will always be disabled on out messages, even if the value is false on the msg context.  This behaviour is incorrect because the module.xml value should only be a default, which is overridden by the value in the msg context if it exists.

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


[jira] Resolved: (AXIS2-4536) Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke

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

Brian DePradine resolved AXIS2-4536.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

> Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4536
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4536
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Katherine Sanders
>            Assignee: Brian DePradine
>             Fix For: 1.6
>
>         Attachments: AXIS2-4536.patch
>
>
> The change made to AddressingOutHandler in revision 778244 means that if DISABLE_ADDRESSING_FOR_OUT_MESSAGES is set to true in the module.xml, addressing will always be disabled on out messages, even if the value is false on the msg context.  This behaviour is incorrect because the module.xml value should only be a default, which is overridden by the value in the msg context if it exists.

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


[jira] Assigned: (AXIS2-4536) Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke

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

Brian DePradine reassigned AXIS2-4536:
--------------------------------------

    Assignee: Brian DePradine  (was: Andreas Veithen)

> Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4536
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4536
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Katherine Sanders
>            Assignee: Brian DePradine
>         Attachments: AXIS2-4536.patch
>
>
> The change made to AddressingOutHandler in revision 778244 means that if DISABLE_ADDRESSING_FOR_OUT_MESSAGES is set to true in the module.xml, addressing will always be disabled on out messages, even if the value is false on the msg context.  This behaviour is incorrect because the module.xml value should only be a default, which is overridden by the value in the msg context if it exists.

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