Correction. Inserting an explicit conversion to String solves the problem: 
 
<route id="fromFtp2SOAP">
    <from uri="ftp://user:pass@host/
postalBox/inBox?fileName=simpleTextData.txt&amp;localWorkDirectory=temp&amp;binary=true"/>
    <convertBodyTo type="String"/>
    <split streaming="true">
         <tokenize token="\n"/>
         <log loggingLevel="INFO" message="Line: ${body}"/>
         <to uri="direct:continue"/>
    </split>
</route>




--
View this message in context: 
http://camel.465427.n5.nabble.com/Rep-Splitting-Message-from-Ftp-Consumer-tp5760220p5760489.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to