Re: file move option not working when using split

2011-07-26 Thread Claus Ibsen
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

Re: file move option not working when using split

2011-07-26 Thread cwhistler
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

Re: file move option not working when using split

2011-07-26 Thread Claus Ibsen
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

Re: file move option not working when using split

2011-07-21 Thread cwhistler
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.

Re: file move option not working when using split

2011-07-21 Thread Claus Ibsen
       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

file move option not working when using split

2011-07-20 Thread cwhistler
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.