Author: ruwan Date: Thu Jun 18 02:40:39 2009 New Revision: 39327 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=39327
Log: Fixing the sample 254 configuration Modified: branches/esb/java/2.1/product/modules/samples/src/main/conf/synapse/synapse_sample_254.xml Modified: branches/esb/java/2.1/product/modules/samples/src/main/conf/synapse/synapse_sample_254.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/modules/samples/src/main/conf/synapse/synapse_sample_254.xml?rev=39327&r1=39326&r2=39327&view=diff ============================================================================== --- branches/esb/java/2.1/product/modules/samples/src/main/conf/synapse/synapse_sample_254.xml (original) +++ branches/esb/java/2.1/product/modules/samples/src/main/conf/synapse/synapse_sample_254.xml Thu Jun 18 02:40:39 2009 @@ -36,7 +36,8 @@ <outSequence> <property name="transport.vfs.ReplyFileName" expression="fn:concat(fn:substring-after(get-property('MessageID'), 'urn:uuid:'), '.xml')" scope="transport"/> - <send> + <property action="set" name="OUT_ONLY" value="true"/> + <send> <endpoint> <address uri="vfs:file:///home/user/test/out"/> <!--CHANGE--> </endpoint> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
