This is already fixed https://wso2.org/jira/browse/ESBJAVA-3202
On Mon, Sep 15, 2014 at 11:23 AM, Saneth Dharmakeerthi <[email protected]> wrote: > 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 > -- Amalka Subasinghe Senior Software Engineer WSO2 Inc. Mobile: +94 77 9401267
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
