You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/10/02 19:18:52 UTC

[jira] Commented: (CAMEL-745) Spring DSL is out of sync with Java DSL

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

Claus Ibsen commented on CAMEL-745:
-----------------------------------

Could there be a problem when using the recipientList in spring xml you can not build expressions with eg a tokenizer.

Eg: http://activemq.apache.org/camel/recipient-list.html
the last java example:

from("direct:a").recipientList(
        header("recipientListHeader").tokenize(","));

How do you do this in spring XML.

And end user indicated he could not do this

> Spring DSL is out of sync with Java DSL
> ---------------------------------------
>
>                 Key: CAMEL-745
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-745
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core, camel-spring
>    Affects Versions: 1.4.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.