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:14:35 UTC

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

Willem Jiang created CAMEL-7027:
-----------------------------------

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