HI All,

There is small mistake in synapse configuration for Sample 50(
synapse_sample_50.xml is available in the <ESB_HOME>/repository/samples
directory).

<filter source="get-property('To')" regex="./StockQuote.">
Change the regex in  above line as following (** is missing in *regex)
<filter source="get-property('To')" regex=".*/StockQuote.*">



Thanks and Best Regards,

Saneth Dharmakeerthi
Senior Software Engineer
WSO2, Inc.
Mobile: +94772325511
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to