[ 
https://issues.apache.org/jira/browse/AXIS2-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sagara Gunathunga  resolved AXIS2-5068.
---------------------------------------

    Resolution: Not A Problem

Addressing module is not very heavy also it's a compulsory modules for some of 
the Axis2 features such as asynchronous communication, addressing based 
dispatching etc.  By default Axis2 configuration enable Addressing module 
globally. I can't think about any use case for disable enable Addressing for 
service basis.      
                
> Enable engaging addressing module to service level.
> ---------------------------------------------------
>
>                 Key: AXIS2-5068
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5068
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.4
>         Environment: Windows
>            Reporter: shivendra tripathi
>
> Currently addressing module could only engage at global level. To enable it 
> at service level we need to to do following check in addressing handler 
> invoke method
> if  (!msgContext.isEngaged("Addressing")) {
>                return InvocationResponse.CONTINUE;
>       }
> If above make sense then I can provide patch for all the addressing handler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to