Uploaded image for project: 'FUSE Mediation Router'
  1. FUSE Mediation Router
  2. MR-676

Fuse MR Scala DSL splitter doesn't provide tokenizeXML.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 2.10.0-fuse-71-047
    • 2.8.0-fuse-07-16, 2.9.0-fuse-00-00
    • None
    • None

      The Scala DSL does not properly support the splitter for tokenize and tokenizeXML. The DSL should be modified to allow this:

      from("direct:a").split().tokenizeXML("order").parallelProcessing().streaming().to("direct:test")
      

      or this:

      from("direct:a").split().tokenize("\n").parallelProcessing().streaming().to("direct:test")
      

              cibsen@redhat.com Claus Ibsen
              ubhole Ulhas Bhole (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: