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

splitter EIP - Automatic sets timeout to 0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 2.1.0
    • 1.1
    • Camel Editor
    • None

    Description

      I had my splitter route (see previous JIRA ticket).

      I closed the eclipse project. Open the project again.
      Now the Splitter has a timeout = 0 set.

          <route>
              <from uri="timer:foo?period=5000"/>
              <split timeout="0">
                  <language language="xpath">/order/line</language>
                  <to uri="bean:processOrder"/>
                  <to uri="bean:orderDone"/>
              </split>
          </route>
      

      The timeout is optional and should only be set if the end user provided a value.

      Attachments

        Activity

          People

            cibsen@redhat.com Claus Ibsen
            cibsen@redhat.com Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: