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 "Sagara Gunathunga (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/14 11:49:30 UTC

[jira] [Resolved] (AXIS2-5068) Enable engaging addressing module to service level.

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