Author: asankha
Date: Thu Nov 30 07:10:49 2006
New Revision: 480956
URL: http://svn.apache.org/viewvc?view=rev&rev=480956
Log:
correction to fire and forget example config
Modified:
incubator/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml
Modified:
incubator/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml?view=diff&rev=480956&r1=480955&r2=480956
==============================================================================
--- incubator/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml
(original)
+++ incubator/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml
Thu Nov 30 07:10:49 2006
@@ -23,7 +23,7 @@
<rules>
<!-- simple filtering of messages with XPath and regex matches -->
- <filter source="get-property('To')" regex="/StockQuote">
+ <filter source="get-property('To')" regex=".*/StockQuote.*">
<!-- route the message to the SimpleStockQuoteService1 service EPR
-->
<send>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]