[ http://issues.apache.org/jira/browse/AXIS2-776?page=comments#action_12413694 ]
Deepal Jayasinghe commented on AXIS2-776: ----------------------------------------- Addressing module does not engage globally unless you use its war distribution. If you create a service client with null argument then addressing module will not be engaged. So there are instance where whether you have addressing or not you have to have that dispatcher. And other thing is AddressingBasedDispatcher dose not have direct relationship with addressing module. What it does is go thorough the message context and try to find To , replyTo etc so no matter who populate those. The common case is Addressing handlers populate those , that dose not mean that only addressing handler can do that someone else can do that too. > Make the AddressingBasedDispatcher a handler in the Addressing module > --------------------------------------------------------------------- > > Key: AXIS2-776 > URL: http://issues.apache.org/jira/browse/AXIS2-776 > Project: Apache Axis 2.0 (Axis2) > Type: Improvement > Components: core > Reporter: Brian DePradine > > The existing AddressingBasedDispatcher should be a handler in the Addressing > module. As the Addressing module is always engaged, by default, there should > be no functional difference to the user, as long as they stick to the new > default configuration. If the user does not need WS-Addressing, however, then > they can change the default configuration so that the Addressing module is > not engaged. In this case, none of the Addressing handlers will be invoked, > including the AddressingBasedDispatcher. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.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]
