You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2013/12/02 09:34:35 UTC

[jira] [Resolved] (CAMEL-7027) Support to set the expression on the split DSL of Spring and Blueprint

     [ https://issues.apache.org/jira/browse/CAMEL-7027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-7027.
---------------------------------

    Resolution: Not A Problem

Camel already provide a ref tag for reference the instance of expression.

> Support to set the expression on the split DSL of  Spring and Blueprint
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-7027
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7027
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.13.0
>
>
> We should support to set the expression instance on the Splitter just like this.
> {code}
> <bean id="zipSplitter" class="org.apache.camel.dataformat.zipfile.ZipSplitter" />
> ...
> <split streaming="true" parallelProcessing="true" expressionRef="zipSplitter">
>     
>     <convertBodyTo type="java.lang.String" />
>     <to uri="file:foo" />
> </split>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)