m/file-move-option-not-working-when-using-split-tp4616425p4634904.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
--
Claus Ibsen
-
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus
FYI the answer to this issue is the same as the problem I had yesterday, I
simply needed to close my BufferedReader at the end of the process!
--
View this message in context:
http://camel.465427.n5.nabble.com/file-move-option-not-working-when-using-split-tp4616425p4634904.html
Sent from the
message;
> }
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/file-move-option-not-working-when-using-split-tp4616425p4619103.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
--
Claus Ibsen
-
FuseSource
return message;
}
--
View this message in context:
http://camel.465427.n5.nabble.com/file-move-option-not-working-when-using-split-tp4616425p4619103.html
Sent from the Camel - Users mailing list archive at Nabble.com.
log.info("Completed processing file - " + fileName);
> return messages;
>
> }
>
> private Message createOutput(String fileName, String participant,
> StringBuffer sb)
> {
> Message message = new DefaultMessage();
> message.setBody(sb.toS
essage;
}
so have I done something that is preventing the original file from moving to
the bkup folder after splitting the records out of it?? What can I do to
fix this?
thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/file-move-option-not-working-when-using-split-tp4616425p4616425.html
Sent from the Camel - Users mailing list archive at Nabble.com.