Author: asanka
Date: Mon Jan  5 02:28:34 2009
New Revision: 731518

URL: http://svn.apache.org/viewvc?rev=731518&view=rev
Log:
Moving the OUT_ONLY property before send

Modified:
    synapse/trunk/java/repository/conf/sample/synapse_sample_381.xml
    synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_381.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_381.xml?rev=731518&r1=731517&r2=731518&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_381.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_381.xml Mon Jan  5 
02:28:34 2009
@@ -25,6 +25,7 @@
     <sequence name="BINARY_CBR_SEQ">
         <in>
             <log level="full"/>
+             <property action="set" name="OUT_ONLY" value="true"/>
             <class name="samples.mediators.BinaryExtractMediator">
                            <property name="offset" value="11"/>
                            <property name="length" value="4"/>
@@ -51,7 +52,6 @@
                        </case>
                     <default></default>
                </switch>
-            <property action="set" name="OUT_ONLY" value="true"/>
         </in>
     </sequence>
 </definitions>

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml?rev=731518&r1=731517&r2=731518&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml Mon Jan  5 02:28:34 
2009
@@ -3685,11 +3685,11 @@
 <pre xml:space="preserve">&lt;definitions 
xmlns=&quot;http://ws.apache.org/ns/synapse&quot;&gt;
        &lt;proxy name=&quot;JMSBinaryProxy&quot; transports=&quot;jms&quot;&gt;
                &lt;target inSequence=&quot;BINARY_CBR_SEQ&quot; /&gt;
-               &lt;property action=&quot;set&quot; name=&quot;OUT_ONLY&quot; 
value=&quot;true&quot; /&gt;
        &lt;/proxy&gt;
        &lt;sequence name=&quot;BINARY_CBR_SEQ&quot;&gt;
                &lt;in&gt;
                        &lt;log level=&quot;full&quot; /&gt;
+                       &lt;property action=&quot;set&quot; 
name=&quot;OUT_ONLY&quot; value=&quot;true&quot; /&gt;
                        &lt;class 
name=&quot;samples.mediators.BinaryExtractMediator&quot;&gt;
                                &lt;property name=&quot;offset&quot; 
value=&quot;11&quot; /&gt;
                                &lt;property name=&quot;length&quot; 
value=&quot;4&quot; /&gt;


Reply via email to