Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-12

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.1
    • None
    • Camel Editor
    • None

    Description

      • 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.

      Attachments

        Activity

          People

            jastrachan_jira James Strachan (Inactive)
            jastrachan_jira James Strachan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: