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

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

Rider gets confused with choice/when/otherwise routes maybe?

Created: 06/Jan/11 10:23 AM   Updated: 25/Feb/11 05:09 PM
Component/s: Camel Editor
Affects Version/s: None
Fix Version/s: 1.1


 Description  « Hide
  • At one point, all the nodes became uneditable. I couldn't enter or modify the URI or expression of any node. At this point I had a route like
<route>
        <description>Route: route1</description>
        <from uri="file:data/inbox?noop=true"/>
        <choice>
            <description>Choice: </description>
        </choice>
        <when>
            <description>When: </description>
            <language language="simple"/>
            <to uri="">
                <description>Endpoint: </description>
            </to>
        </when>
        <otherwise>
            <description>Otherwise: </description>
            <to uri="">
                <description>Endpoint: </description>
            </to>
        </otherwise>
    </route>

Which looked a bit odd since in the XML the when and otherwise nodes were not under the choice node. The were connected in the visual designer view however. Seems to have gotten out of sync.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
James Strachan added a comment - 17/Jan/11 06:37 PM
fixed; our introspector wasn't detecting Choice was really a node which allows input