Re: Cannot store file error CSV

2015-07-17 Thread fxthomas
okay, I will try that. I had tried without existing file and without existing file , in both cases it gave the same issue. -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-store-file-error-CSV-tp5769339p5769441.html Sent from the Camel - Users mailing list archive at

Re: Cannot store file error CSV

2015-07-17 Thread Claus Ibsen
uot;fxthomas" > À: users@camel.apache.org > Envoyé: Mercredi 15 Juillet 2015 11:07:55 > Objet: Cannot store file error CSV > > hello, > >I am trying to write from a DB to CSV file , and I always get a cannot > store file exception. My route is like below > >

Re: Cannot store file error CSV

2015-07-16 Thread Greg Autric
7:55 Objet: Cannot store file error CSV hello, I am trying to write from a DB to CSV file , and I always get a cannot store file exception. My route is like below from("timer://getData?period=2h").setBody(constant("SQL Query")).to("jdbc:DS?outputType=StreamList&q

Cannot store file error CSV

2015-07-15 Thread fxthomas
AsyncProcessorConverterHelper.java:61)[camel-core-2.15.1.jar:2.15.1] at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:129)[camel-core-2.15.1.jar:2.15.1] Any Pointers ? Regards, Felix -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-store-