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

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

XMLWordPrintable

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

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

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

              Created:
              Updated:
              Resolved: