[esb-java-dev] [jira] Resolved: (ESBJAVA-353) Load balancing does not function properly when accessed through a Proxy Service

indika kumara (JIRA) jira at wso2.org
Thu Dec 13 02:15:03 PST 2007


     [ http://wso2.org/jira/browse/ESBJAVA-353?page=all ]

indika kumara resolved ESBJAVA-353.
-----------------------------------

    Fix Version/s: NIGHTLY
       Resolution: Fixed

fixed .. issue was with client .. fixed it and add sample 154 (proxy service + Load balance)

> 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
>         Assigned To: indika kumara
>             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

        



More information about the Esb-java-dev mailing list