[ http://wso2.org/jira/browse/ESBJAVA-353?page=all ]
Evanthika Amarasiri closed ESBJAVA-353.
---------------------------------------
Assignee: (was: indika kumara)
Fixed in 1.6-QA-B1. The new sample which supports loadbalancing with proxy
services, executes successfully. The issue will be closed
> Load balancing does not function properly when accessed through a Proxy
> Service
> -------------------------------------------------------------------------------
>
> Key: ESBJAVA-353
> URL: http://wso2.org/jira/browse/ESBJAVA-353
> Project: WSO2 ESB
> Issue Type: Bug
> Components: Proxy Services Management
> Affects Versions: 1.5-beta-1
> Environment: Ubuntu7.04, Firefox2.0.0.9, JDK1.5.0_12
> Reporter: Evanthika Amarasiri
> Fix For: NIGHTLY
>
>
> When the load balancing is done using a proxy service, the main sequence is
> invoked and not the proxy service
> Below is the configuration which I tried
> <syn:proxy name="StockQuoteProxy_52_epr" transports="https http"
> startOnLoad="true">
> <syn:target faultSequence="sample_54_fault">
> <syn:endpoint>
> <syn:loadbalance policy="roundRobin">
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9001/soap/LBService1">
> <syn:enableAddressing/>
>
> <syn:suspendDurationOnFailure>20</syn:suspendDurationOnFailure>
> </syn:address>
> </syn:endpoint>
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9002/soap/LBService1">
> <syn:enableAddressing/>
>
> <syn:suspendDurationOnFailure>20</syn:suspendDurationOnFailure>
> </syn:address>
> </syn:endpoint>
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9003/soap/LBService1">
> <syn:enableAddressing/>
>
> <syn:suspendDurationOnFailure>20</syn:suspendDurationOnFailure>
> </syn:address>
> </syn:endpoint>
> </syn:loadbalance>
> </syn:endpoint>
> <syn:outSequence>
> <syn:send/>
> </syn:outSequence>
> </syn:target>
> <syn:publishWSDL
> uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
> </syn:proxy>
> Sent a request as below
> ===============
> ant loadbalancefailover -Di=100
> -Daddurl=http://localhost:8080/soap/StockQuoteProxy_52_epr
> When a request is sent, the main sequence is called and the expected Proxy
> service is not.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev