You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by pz...@apache.org on 2006/01/19 13:37:27 UTC

svn commit: r370466 - /incubator/synapse/trunk/java/repository/synapse.xml

Author: pzf
Date: Thu Jan 19 04:35:59 2006
New Revision: 370466

URL: http://svn.apache.org/viewcvs?rev=370466&view=rev
Log:
simplifying first synapse.xml based on comments

Modified:
    incubator/synapse/trunk/java/repository/synapse.xml

Modified: incubator/synapse/trunk/java/repository/synapse.xml
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/repository/synapse.xml?rev=370466&r1=370465&r2=370466&view=diff
==============================================================================
--- incubator/synapse/trunk/java/repository/synapse.xml (original)
+++ incubator/synapse/trunk/java/repository/synapse.xml Thu Jan 19 04:35:59 2006
@@ -1,21 +1,18 @@
 <synapse xmlns="http://ws.apache.org/ns/synapse">
-    <stage name="logall">
-        <engage-addressing-in/>
-		<log/>
+    <engage-addressing-in/>
+	<log/>
     </stage>
-    <stage name="service-specific">
-		<!-- this matches the gateway case -->
-		<regex message-address="to" pattern="/StockQuote.*">
-			<ref ref="stockquote"/>				
-		</regex>	
-		<!-- this matches the virtual url case for either the proxy or ws-add case -->
-		<regex message-address="to" pattern="http://stockquote.*">
-			<ref ref="stockquote"/>
-		</regex>	
-	</stage>
-	<stage name="sender">
-		<send/>
-	</stage>	
+    <!-- this matches the gateway case -->
+	<regex message-address="to" pattern="/StockQuote.*">
+		<ref ref="stockquote"/>				
+	</regex>	
+	
+	<!-- this matches the virtual url case for either the proxy or ws-add case -->
+	<regex message-address="to" pattern="http://stockquote.*">
+		<ref ref="stockquote"/>
+	</regex>	
+	
+	<send/>
 	
 	<!-- these are only called if referenced above-->
 	<never>



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org