Author: ruwan Date: Wed May 6 05:59:01 2009 New Revision: 35153 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35153
Log: Fixing the sample configuraiton Modified: trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_2.xml Modified: trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_2.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_2.xml?rev=35153&r1=35152&r2=35153&view=diff ============================================================================== --- trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_2.xml (original) +++ trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_2.xml Wed May 6 05:59:01 2009 @@ -19,7 +19,7 @@ <!-- CBR with the Switch-case mediator, using message properties --> <definitions xmlns="http://ws.apache.org/ns/synapse"> - <switch source="//m0:getQuote/m0:request/m0:symbol" xmlns:m0="http://services.samples/xsd"> + <switch source="//m0:getQuote/m0:request/m0:symbol" xmlns:m0="http://services.samples"> <case regex="IBM"> <!-- the property mediator sets a local property on the *current* message --> <property name="symbol" value="Great stock - IBM"/> @@ -31,7 +31,7 @@ <!-- it is possible to assign the result of an XPath expression as well --> <property name="symbol" expression="fn:concat('Normal Stock - ', //m0:getQuote/m0:request/m0:symbol)" - xmlns:m0="http://services.samples/xsd"/> + xmlns:m0="http://services.samples"/> </default> </switch> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
