Author: asankaa Date: Wed Dec 17 10:59:50 2008 New Revision: 27151 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=27151
Log: change the sample config to demonstrate mediation before event dispatching Modified: branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_500.xml branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_501.xml Modified: branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_500.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_500.xml?rev=27151&r1=27150&r2=27151&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_500.xml (original) +++ branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_500.xml Wed Dec 17 10:59:50 2008 @@ -30,11 +30,11 @@ </eventSource> <sequence name="PublicEventSource" > + <log level="full"/> <eventPublisher eventSourceName="SampleEventSource"/> </sequence> <proxy name="EventingProxy"> - <log level="full"/> <target inSequence="PublicEventSource" /> </proxy> </definitions> \ No newline at end of file Modified: branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_501.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_501.xml?rev=27151&r1=27150&r2=27151&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_501.xml (original) +++ branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_501.xml Wed Dec 17 10:59:50 2008 @@ -39,11 +39,11 @@ </eventSource> <sequence name="PublicEventSource" > + <log level="full"/> <eventPublisher eventSourceName="SampleEventSource"/> </sequence> <proxy name="EventingProxy"> - <log level="full"/> <target inSequence="PublicEventSource" /> </proxy> </definitions> \ No newline at end of file _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
