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-457
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Claus Ibsen
Votes: 0
Watchers: 0
Operations

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

JMX Route Tree - Should build the route in the exact same order as the route XML orders

Created: 13/Dec/11 09:58 AM   Updated: 19/Sep/12 08:24 AM
Component/s: Camel Editor
Affects Version/s: None
Fix Version/s: None

File Attachments: None
Image Attachments:

1. jmx-cbr.png
(24 kB)
Environment: 2.1.145


 Description  « Hide
I created a new fuse project using the camel-spring archetypes. Started the app, and connected with JMX.

See the screenshot.
Notice that otherwise is shown before when in the JMX tree.

And this is the XML output of the route:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<route id="route1" xmlns="http://camel.apache.org/schema/spring">
    <from uri="file:src/data?noop=true"/>
    <choice id="choice1">
        <when id="when1">
            <xpath>/person/city = 'London'</xpath>
            <log message="UK message" id="log1"/>
            <to uri="file:target/messages/uk" id="to1"/>
        </when>
        <otherwise id="otherwise1">
            <log message="Other message" id="log2"/>
            <to uri="file:target/messages/others" id="to2"/>
        </otherwise>
    </choice>
</route>

The JMX tree should display in same order as the XML, so we can control the ordering.



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