Author: sagara Date: Thu Jun 21 06:33:18 2012 New Revision: 1352424 URL: http://svn.apache.org/viewvc?rev=1352424&view=rev Log: AXIS2-5348 - Merged r1352413 to 1.6 branch.
Added: axis/axis2/java/core/branches/1_6/modules/addressing/src/org/apache/axis2/handlers/addressing/Addressing.java - copied unchanged from r1352423, axis/axis2/java/core/trunk/modules/addressing/src/org/apache/axis2/handlers/addressing/Addressing.java Modified: axis/axis2/java/core/branches/1_6/ (props changed) axis/axis2/java/core/branches/1_6/modules/addressing/src/META-INF/module.xml Propchange: axis/axis2/java/core/branches/1_6/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk:r1352423 Modified: axis/axis2/java/core/branches/1_6/modules/addressing/src/META-INF/module.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/addressing/src/META-INF/module.xml?rev=1352424&r1=1352423&r2=1352424&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/addressing/src/META-INF/module.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/addressing/src/META-INF/module.xml Thu Jun 21 06:33:18 2012 @@ -17,7 +17,7 @@ ~ under the License. --> -<module name="addressing"> +<module name="addressing" class="org.apache.axis2.handlers.addressing.Addressing"> <Description>This is the WS-Addressing implementation on Axis2, supporting the WS-Addressing 1.0 Recommendation, as well as the Submission version (2004/08).</Description> <InFlow> <handler name="AddressingInHandler" class="org.apache.axis2.handlers.addressing.AddressingInHandler"> @@ -50,4 +50,7 @@ </handler> <!-- AddressingValidationHandler not present on the INfaultflow so that we don't get faults bouncing around forever --> </InFaultFlow> + + <supported-policy-namespaces namespaces="http://www.w3.org/2007/05/addressing/metadata"/> + </module>