Author: ruwan
Date: Thu Jul 15 14:53:55 2010
New Revision: 964456
URL: http://svn.apache.org/viewvc?rev=964456&view=rev
Log:
migrating samples 101 to 102
Modified:
synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml
synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml
Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml?rev=964456&r1=964455&r2=964456&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml Thu Jul 15
14:53:55 2010
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
@@ -16,21 +17,25 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-
+
<!-- Reliable message exchange between Synapse and the back-end server using
WS-ReliableMessaging -->
<definitions xmlns="http://synapse.apache.org/ns/2010/04/configuration">
- <in>
- <RMSequence single="true" version="1.0"/>
- <send>
- <endpoint name="reliable">
- <address
uri="http://localhost:9000/services/ReliableStockQuoteService">
- <enableRM/>
- <enableAddressing/>
- </address>
- </endpoint>
- </send>
- </in>
- <out>
- <send/>
- </out>
+
+ <sequence name="main">
+ <in>
+ <RMSequence single="true" version="1.0"/>
+ <send>
+ <endpoint name="reliable">
+ <address
uri="http://localhost:9000/services/ReliableStockQuoteService">
+ <enableRM/>
+ <enableAddressing/>
+ </address>
+ </endpoint>
+ </send>
+ </in>
+ <out>
+ <send/>
+ </out>
+ </sequence>
+
</definitions>
Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml?rev=964456&r1=964455&r2=964456&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml Thu Jul 15
14:53:55 2010
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
@@ -16,21 +17,25 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-
+
<!-- Reliable message exchange between Synapse and the back-end server using
WS-ReliableMessaging -->
<definitions xmlns="http://synapse.apache.org/ns/2010/04/configuration">
- <in>
- <RMSequence single="true" version="1.1"/>
- <send>
- <endpoint name="reliable">
- <address
uri="http://localhost:9000/services/ReliableStockQuoteService">
- <enableRM/>
- <enableAddressing/>
- </address>
- </endpoint>
- </send>
- </in>
- <out>
- <send/>
- </out>
+
+ <sequence name="main">
+ <in>
+ <RMSequence single="true" version="1.1"/>
+ <send>
+ <endpoint name="reliable">
+ <address
uri="http://localhost:9000/services/ReliableStockQuoteService">
+ <enableRM/>
+ <enableAddressing/>
+ </address>
+ </endpoint>
+ </send>
+ </in>
+ <out>
+ <send/>
+ </out>
+ </sequence>
+
</definitions>