[ http://wso2.org/jira/browse/ESBJAVA-389?page=all ]
Evanthika Amarasiri closed ESBJAVA-389.
---------------------------------------
Assignee: (was: indika kumara)
Fixed in build 1.6-QA-B1. When removing an endpoint which is inside the fail
over group does not remove the rest of the endpoint inside that group. The
issue can be closed
> When one address/wsdl endpoint of a failover endpoint or one fail over
> endpoint of a loadbalanced endpoint is removed the rest of the endpoints of
> that group gets deleted
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ESBJAVA-389
> URL: http://wso2.org/jira/browse/ESBJAVA-389
> Project: WSO2 ESB
> Issue Type: Bug
> Components: Endpoints Management
> Affects Versions: NIGHTLY
> Environment: Ubuntu7.04, Firefox2.0.0.9, JDK1.5.0_12
> Reporter: Evanthika Amarasiri
> Priority: Minor
> Fix For: NIGHTLY
>
>
> Created an endpoint as below
> <syn:endpoint name="load_balance">
> <syn:session type="simpleClientSession"/>
> <syn:loadbalance algorithm="roundRobin">
> <syn:endpoint>
> <syn:failover>
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9000/soap/LBService1"/>
> </syn:endpoint>
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9002/soap/LBService1"/>
> </syn:endpoint>
> </syn:failover>
> </syn:endpoint>
> <syn:endpoint>
> <syn:failover>
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9003/soap/LBService1"/>
> </syn:endpoint>
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9004/soap/LBService1"/>
> </syn:endpoint>
> </syn:failover>
> </syn:endpoint>
> </syn:loadbalance>
> </syn:endpoint>
> Then removed one of the end points which is inside the failover group.
> E.g.:-address uri="http://localhost:9000/soap/LBService1
> When saved the endpoint it will save the configuration as below (removing
> both the address endpoints which were inside the failover group)
> <syn:endpoint name="load_balance">
> <syn:session type="simpleClientSession"/>
> <syn:loadbalance algorithm="roundRobin">
> <syn:endpoint>
> <syn:failover/>
> </syn:endpoint>
> <syn:endpoint>
> <syn:failover>
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9003/soap/LBService1"/>
> </syn:endpoint>
> <syn:endpoint>
> <syn:address
> uri="http://localhost:9004/soap/LBService1"/>
> </syn:endpoint>
> </syn:failover>
> </syn:endpoint>
> </syn:loadbalance>
> </syn:endpoint>
> If you remove one of the failover groups and save, the endpoint will be saved
> to the configuration without any endpoint as below
> <syn:endpoint name="load_balance">
> <syn:session type="simpleClientSession"/>
> <syn:loadbalance algorithm="roundRobin"/>
> </syn:endpoint>
--
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