Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5826

Apache Camel 2.9 Splitter with tokenize dont work with namespaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.9.0
    • 2.9.5, 2.10.3, 2.11.0
    • camel-core
    • None
    • Windows

    • Patch Available
    • Unknown

    Description

      when trying to tokenize a stream having namespaces, no tokens are produced with inheritNamespaceTagName property.

      -------------------------------------------------------------------

      <route id="hrp.connectorsCtxt.sddRcvFile2">
      <from
      uri="file:C:\Temp\esb\sdd\in?recursive=true&preMove=.processing&move=../.processed" />
      <camel:split streaming="true">
      <tokenize token="suiviDemande" inheritNamespaceTagName="suivisDemandes" xml="true"/>
      <log message="${header.CamelSplitIndex} : ${in.body}" />
      </camel:split>
      </route>

      -------------------------------------------------------------------

      Attachments

        1. CAMEL-5826.patch
          9 kB
          Rich Newcomb

        Activity

          People

            rnewcomb Rich Newcomb
            shrishs Shrish Srivastava
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: