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

Fuse MR Scala DSL splitter doesn't provide tokenizeXML.

    XMLWordPrintable

Details

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

    Description

      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")
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: