[
https://issues.apache.org/jira/browse/CAMEL-5803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534339#comment-13534339
]
Oleg Kozlov commented on CAMEL-5803:
------------------------------------
I actually have a use case where I need to use split() with tokenize() by a
different character (";") and my application is using Scala DSL, a patch or a
fix in the next build would be super helpful!
Thanks!
> Scala DSL splitter does not support tokenizeXML
> -----------------------------------------------
>
> Key: CAMEL-5803
> URL: https://issues.apache.org/jira/browse/CAMEL-5803
> Project: Camel
> Issue Type: Improvement
> Components: camel-scala
> Affects Versions: 2.10.2
> Reporter: Jason Chaffee
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.10.3, 2.11.0
>
>
> The Scala DSL does not properly support the splitter for tokenize and
> tokenizeXML. The DSL should be modified to allow this:
> {code}
> from("direct:a").split().tokenizeXML("order").parallelProcessing().streaming().to("direct:test")
> {code}
> or this:
> {code}
> from("direct:a").split().tokenize("\n").parallelProcessing().streaming().to("direct:test")
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira