Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ECLIPSE-748
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Mark Brooks
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse IDE

Properties pane for Failover LoadBalancer EIP doesn't provide GUI control to set "roundRobin" attribute

Created: 09/May/12 01:24 AM   Updated: 19/Sep/12 08:24 AM
Component/s: None
Affects Version/s: 2.1.0
Fix Version/s: None

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(33 kB)
Environment: v2.1.446


 Description  « Hide
Assume a route like this:

<route>
<from uri="timer:timer1?period=1000" id="Timer">
<description/>
</from>
<loadBalance>
<failover maximumFailoverAttempts="1" roundRobin="false"/>
<log message="Log1" id="Log1"/>
<log message="Log2" id="Log2"/>
<log message="Log3" id="Log3"/>
</loadBalance>
</route>

I want to edit the loadBalance EIP to set roundRobin="true", like this::

<loadBalance>
<failover maximumFailoverAttempts="1" roundRobin="true"/>
...

I do not believe the GUI lets me set the roundRobin attribute for the failover LoadBalancer. (There is a RoundRobin type of LoadBalancer, but that's different than the roundRobin attribute of the failover LoadBalancer). The screenshot attached shows the attributes I can set for the failover LoadBalancer, including "Exceptions" and "Maximum Failover Attempts", but not "roundRobin"



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.