[ 
https://issues.apache.org/jira/browse/CAMEL-5803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534336#comment-13534336
 ] 

Oleg Kozlov commented on CAMEL-5803:
------------------------------------

Could you also add tokenize() method to Scala DSL ? It is probably just as 
useful, thank you!
                
> 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

Reply via email to