Author: hiranya Date: Tue May 12 02:04:08 2009 New Revision: 35545 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35545
Log: Corrected an error in sample 154 configuration (updated the value of the algorithm attribute to "org.apache.synapse.endpoints.algorithms.RoundRobin") Modified: trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_154.xml Modified: trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_154.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_154.xml?rev=35545&r1=35544&r2=35545&view=diff ============================================================================== --- trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_154.xml (original) +++ trunk/esb/java/modules/samples/src/main/conf/synapse/synapse_sample_154.xml Tue May 12 02:04:08 2009 @@ -24,7 +24,7 @@ <send> <endpoint> <session type="simpleClientSession"/> - <loadbalance algorithm="roundRobin"> + <loadbalance algorithm="org.apache.synapse.endpoints.algorithms.RoundRobin"> <endpoint> <address uri="http://localhost:9001/services/LBService1"> <enableAddressing/> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
