Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.9.0
-
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>
-------------------------------------------------------------------