Re: Delete a file from route XML

2015-12-05 Thread Claus Ibsen
a file in one of my route, and then want to delete it in > an another route. Would that be possible using the File component > delete=true? > > Thanks, > Anish > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Delete-a-file-from-route-

Re: Delete a file from route XML

2015-12-03 Thread yogu13
if the file is the source of input for your route then you could use the delete option of File <http://camel.apache.org/file2.html> to get it done. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Delete-a-file-from-route-XML-tp5774626p5774649.htm

Re: Delete a file from route XML

2015-12-03 Thread anish.somadevan
Thanks for your reply Yogesh. I would be creating a file in one of my route, and then want to delete it in an another route. Would that be possible using the File component delete=true? Thanks, Anish -- View this message in context: http://camel.465427.n5.nabble.com/Delete-a-file-from-route

Delete a file from route XML

2015-12-02 Thread anish.somadevan
I have the routes loaded from an XML. Am using Camel 2.10.3 version. I would like to know if there is a way to delete a file from route XML, without redirecting it to a Bean. Thanks, Anish -- View this message in context: http://camel.465427.n5.nabble.com/Delete-a-file-from-route-XML