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

Willem Jiang commented on CAMEL-7027:
-------------------------------------

Hi Claus, 

Thanks for the hit, I found the same thing when I try to work on the patch.
I'd be happy to close the issue with no fixing.

> 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)

Reply via email to