You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2012/09/18 09:11:34 UTC

svn commit: r1387010 - in /synapse/branches/SYNAPSE-905/repository/conf/sample: synapse_sample_851.xml synapse_sample_852.xml synapse_sample_853.xml

Author: veithen
Date: Tue Sep 18 07:11:34 2012
New Revision: 1387010

URL: http://svn.apache.org/viewvc?rev=1387010&view=rev
Log:
Fixed configuration for samples 851, 852 and 853.

Modified:
    synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_851.xml
    synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_852.xml
    synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_853.xml

Modified: synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_851.xml
URL: http://svn.apache.org/viewvc/synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_851.xml?rev=1387010&r1=1387009&r2=1387010&view=diff
==============================================================================
--- synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_851.xml (original)
+++ synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_851.xml Tue Sep 18 07:11:34 2012
@@ -48,8 +48,8 @@
         <property name="text" value="seqhit"/>
     </log>
     <enrich>
-        <source xmlns:m1="http://services.samples/xsd" xmlns:m0="http://services.samples" clone="true"
-                xpath="//m0:return[not(preceding-sibling::m0:return/m1:last &lt;= m1:last) and not(following-sibling::m0:return/m1:last &lt; m1:last)]"/>
+        <source xmlns:m0="http://services.samples" clone="true"
+                xpath="//m0:return[not(preceding-sibling::m0:return/m0:last &lt;= m0:last) and not(following-sibling::m0:return/m0:last &lt; m0:last)]"/>
         <target type="body"/>
     </enrich>
     <send/>

Modified: synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_852.xml
URL: http://svn.apache.org/viewvc/synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_852.xml?rev=1387010&r1=1387009&r2=1387010&view=diff
==============================================================================
--- synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_852.xml (original)
+++ synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_852.xml Tue Sep 18 07:11:34 2012
@@ -37,8 +37,8 @@
         <property name="text" value="seqhit"/>
     </log>
     <enrich>
-        <source xmlns:m1="http://services.samples/xsd" xmlns:m0="http://services.samples" clone="true"
-                xpath="//m0:return[not(preceding-sibling::m0:return/m1:last &lt;= m1:last) and not(following-sibling::m0:return/m1:last &lt; m1:last)]"/>
+        <source xmlns:m0="http://services.samples" clone="true"
+                xpath="//m0:return[not(preceding-sibling::m0:return/m0:last &lt;= m0:last) and not(following-sibling::m0:return/m0:last &lt; m0:last)]"/>
         <target type="body"/>
     </enrich>
     <send/>

Modified: synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_853.xml
URL: http://svn.apache.org/viewvc/synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_853.xml?rev=1387010&r1=1387009&r2=1387010&view=diff
==============================================================================
--- synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_853.xml (original)
+++ synapse/branches/SYNAPSE-905/repository/conf/sample/synapse_sample_853.xml Tue Sep 18 07:11:34 2012
@@ -26,7 +26,7 @@
             <property name="text" value="seqhit"/>
         </log>
         <enrich>
-            <source xmlns:m1="http://services.samples/xsd" xmlns:m0="http://services.samples" clone="true" xpath="//m0:return[not(preceding-sibling::m0:return/m1:last &lt;= m1:last) and not(following-sibling::m0:return/m1:last &lt; m1:last)]"/>
+            <source xmlns:m0="http://services.samples" clone="true" xpath="//m0:return[not(preceding-sibling::m0:return/m0:last &lt;= m0:last) and not(following-sibling::m0:return/m0:last &lt; m0:last)]"/>
             <target type="body"/>
         </enrich>
         <send/>