RE: Preventing reading of a large XML file in memory

2012-07-19 Thread vishal1981
-node+s465427n5716226...@n5.nabble.com] Sent: Wednesday, July 18, 2012 10:10 PM To: Vishal Changrani Subject: Re: Preventing reading of a large XML file in memory Hi, How did you process the old file? Maybe you need some file cache to avoid loading the whole XML file into the memory. On 7/18/12 10

Re: Preventing reading of a large XML file in memory

2012-07-18 Thread Willem Jiang
E_NAME, "new file path") but I think the FTP producer just does the getIn().getBody() irrespective of the file name. Is there a way to do this? Thanks for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Preventing-reading-of-a-large-XML-file-in-memory-tp5716

RE: Preventing reading of a large XML file in memory

2012-07-18 Thread vishal1981
ks for your help. From: Claus Ibsen-2 [via Camel] [mailto:ml-node+s465427n5716115...@n5.nabble.com] Sent: Monday, July 16, 2012 2:54 PM To: Vishal Changrani Subject: Re: Preventing reading of a large XML file in memory Sorry it was the ftp endpoint i meant On Monda

RE: Preventing reading of a large XML file in memory

2012-07-18 Thread vishal1981
r help. -- View this message in context: http://camel.465427.n5.nabble.com/Preventing-reading-of-a-large-XML-file-in-memory-tp5716064p5716204.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Preventing reading of a large XML file in memory

2012-07-16 Thread vishal1981
sweet..thanks a ton! From: Claus Ibsen-2 [via Camel] [mailto:ml-node+s465427n5716143...@n5.nabble.com] Sent: Tuesday, July 17, 2012 1:10 AM To: Vishal Changrani Subject: Re: Preventing reading of a large XML file in memory On Tue, Jul 17, 2012 at 6:47 AM

Re: Preventing reading of a large XML file in memory

2012-07-16 Thread Claus Ibsen
Claus Ibsen-2 [via Camel] > [mailto:ml-node+s465427n5716140...@n5.nabble.com] > Sent: Tuesday, July 17, 2012 12:43 AM > To: Vishal Changrani > Subject: Re: Preventing reading of a large XML file in memory > > On Tue, Jul 17, 2012 at 6:18 AM, vishal1981 > <[hidden email]&g

RE: Preventing reading of a large XML file in memory

2012-07-16 Thread vishal1981
reading the whole file in memory? From: Claus Ibsen-2 [via Camel] [mailto:ml-node+s465427n5716140...@n5.nabble.com] Sent: Tuesday, July 17, 2012 12:43 AM To: Vishal Changrani Subject: Re: Preventing reading of a large XML file in memory On Tue, Jul 17, 2012 at 6

Re: Preventing reading of a large XML file in memory

2012-07-16 Thread Claus Ibsen
nputStream, InputStream etc. > > > From: Claus Ibsen-2 [via Camel] > [mailto:ml-node+s465427n5716115...@n5.nabble.com] > Sent: Monday, July 16, 2012 2:54 PM > To: Vishal Changrani > Subject: Re: Preventing reading of a large XML file in memory > &g

RE: Preventing reading of a large XML file in memory

2012-07-16 Thread vishal1981
ean? Is there something similiar for File component? From: Claus Ibsen-2 [via Camel] [mailto:ml-node+s465427n5716115...@n5.nabble.com] Sent: Monday, July 16, 2012 2:54 PM To: Vishal Changrani Subject: Re: Preventing reading of a large XML file in memory Sorry it

Re: Preventing reading of a large XML file in memory

2012-07-16 Thread Claus Ibsen
sage in context: > http://camel.465427.n5.nabble.com/Preventing-reading-of-a-large-XML-file-in-memory-tp5716064p5716083.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twit

Re: Preventing reading of a large XML file in memory

2012-07-16 Thread vishal1981
method? i.e. from(ftp.).to(bean(MyBean.class, "doSomething(${header.CamelFileName})") (am using Camel 2.9) -- View this message in context: http://camel.465427.n5.nabble.com/Preventing-reading-of-a-large-XML-file-in-memory-tp5716064p5716083.html Sent from the Camel - Users ma

Re: Preventing reading of a large XML file in memory

2012-07-16 Thread Claus Ibsen
e in context: > http://camel.465427.n5.nabble.com/Preventing-reading-of-a-large-XML-file-in-memory-tp5716064.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: d

Preventing reading of a large XML file in memory

2012-07-15 Thread vishal1981
input file location and an output file location as a parameter and not the message body. Any pointers on how I can achieve this without reading the whole file in memory? Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/Preventing-reading-of-a-large-XML-file-in