Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.10.2
-
None
-
Unknown
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")