Author: ruwan Date: Sat May 30 11:43:22 2009 New Revision: 37203 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=37203
Log: Fixing the sample 101 issue new RM header removal (AckRequested) Modified: trunk/esb/java/docs/xdoc/samples/qos_mediation_samples.xml trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_101.xml Modified: trunk/esb/java/docs/xdoc/samples/qos_mediation_samples.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples/qos_mediation_samples.xml?rev=37203&r1=37202&r2=37203&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples/qos_mediation_samples.xml (original) +++ trunk/esb/java/docs/xdoc/samples/qos_mediation_samples.xml Sat May 30 11:43:22 2009 @@ -144,6 +144,8 @@ xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"/> <header name="wsrm:Sequence" action="remove" xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"/> + <header name="wsrm:AckRequested" action="remove" + xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"/> <send/> </out> Modified: trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_101.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_101.xml?rev=37203&r1=37202&r2=37203&view=diff ============================================================================== --- trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_101.xml (original) +++ trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_101.xml Sat May 30 11:43:22 2009 @@ -36,6 +36,8 @@ xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"/> <header name="wsrm:Sequence" action="remove" xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"/> + <header name="wsrm:AckRequested" action="remove" + xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"/> <send/> </out> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
