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-55
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: James Strachan
Reporter: Claus Ibsen
Votes: 0
Watchers: 0
Operations

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

Rider - Aggregate EIP some missing option and one wrong option

Created: 26/Jan/11 03:36 PM   Updated: 25/Feb/11 05:09 PM
Component/s: Camel Editor
Affects Version/s: None
Fix Version/s: 1.1

File Attachments: None
Image Attachments:

1. aggregate.png
(33 kB)


 Description  « Hide
See screenshot

The Aggregate EIP in Camel has this schema defined (see aggregateDefinition)
view-source:http://camel.apache.org/schema/spring/camel-spring-2.5.0.xsd

The strategy ref is the option for the aggregation strategy.
There is no aggregation strategy ref option at all.

And in the schema there is a lot of more options which is not shown in the GUI.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Claus Ibsen added a comment - 26/Jan/11 03:41 PM
Also it looks like from the source view that Rider configures attributes with empty values
<route>
        <from uri="timer:bar?period=5000"/>
        <aggregate aggregationRepositoryRef="" executorServiceRef="" strategyRef="myStrategy">
            <description>Aggregate: aggregate</description>
            <to uri="log:me">
                <description>Endpoint: </description>
            </to>
        </aggregate>
    </route>

It should only add the attribute if the user has entered a value.


James Strachan added a comment - 26/Jan/11 03:52 PM
  • strategyRef and aggregationStrategyRef are the same thing
  • a user should either add: completionTimeout or completionInverval
  • one of the completionXXX fields must be set (though you can specify more than one)

James Strachan added a comment - 22/Feb/11 02:58 PM
now fixed; though the two related improvements ECLIPSE-119 and ECLIPSE-120 have been spun off separately