How to route the file like lst_20140427.tar.gz if the lst_20140427.done file exists

2015-03-12 Thread skasish
I have to route file with the pattern lst_20140427.tar.gz if the lst_20140427.done file exists How to define a camel route with doneFileName ?? Please help me. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-route-the-file-like-lst-20140427-tar-gz-if-the-lst-20140427

How do I use the JdbcIdempotentRepository in camel route?

2014-08-26 Thread skasish
How do I use the JdbcIdempotentRepository in camel route? Can give some example? -- View this message in context: http://camel.465427.n5.nabble.com/How-do-I-use-the-JdbcIdempotentRepository-in-camel-route-tp5755693.html Sent from the Camel - Users mailing list archive at Nabble.com.

I have to route file with the pattern lst_20140427.tar.gz if the lst_20140427.done file exit

2014-06-26 Thread skasish
I have to route file with the pattern *lst_20140427.tar.gz* if the *lst_20140427.done* file exit How to define a camel route with doneFileName -- View this message in context: http://camel.465427.n5.nabble.com/I-have-to-route-file-with-the-pattern-b-lst-20140427-tar-gz-b-if-the-b-lst-20140427-

Re: How to transfer folder to another ftp server.

2014-06-19 Thread skasish
Hi Chirag, Thank you for your reply. Yes I want to create the same folder structure on destination server. How do I exclude some sub-folders?? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-transfer-folder-to-another-ftp-server-tp5752553p5752573.html Sent from the

How to transfer folder to another ftp server.

2014-06-19 Thread skasish
How to transfer folder to another ftp server. ftp |__20140619 |__MF |__GT |__OT |__NT I want to transfer the folder '20140619' to another FTP location except the 'MF' folder. How is it possible?? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-trans

Re: I want to transfer more than 1000 files. But after transferring all the file camel re-transfer the files again.

2014-03-11 Thread skasish
Claus, Thanks for your reply. I have set the higher value. There is no duplicate entry in the idempotent file. But the camel is also trying to transfer after transferred all the files. from("ftp://admin@10.1.5.140:2121/MF?noop=true&password=admin&passiveMode=true&localWorkDirectory=D:/tmp&maxMe

I want to transfer more than 1000 files. But after transferring all the file camel re-transfer the files again.

2014-03-11 Thread skasish
I want to transfer more than 1000 files. But after transferring all the file camel re-transfer the files again. I have set the option on the ftp endpoint: idempotentRepository. from("ftp://admin@10.1.5.140:2121/MF?noop=true&password=admin&passiveMode=true&localWorkDirectory=D:/tmp";)

Re: How to copy files from one directory to another within the same ftp server.

2014-02-25 Thread skasish
Christian, Thank you for your reply. But I cannot find such type of example. Can you tell me the specific name -- View this message in context: http://camel.465427.n5.nabble.com/How-to-copy-files-from-one-directory-to-another-within-the-same-ftp-server-tp5747898p5747925.html Sent from the Ca

How to copy files from one directory to another within the same ftp server.

2014-02-24 Thread skasish
How to copy files from one directory to another within the same ftp server. ftp |__MF |__GT I wat to copy the files from MF to GT. How is it possible. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-copy-files-from-one-directory-to-another-within-the-same-ftp-serv

how do I move doneFileName to backup location

2014-02-21 Thread skasish
how do I move doneFileName to backup location?? -- View this message in context: http://camel.465427.n5.nabble.com/how-do-I-move-doneFileName-to-backup-location-tp5747779.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: out of heap space if remote FTP site has too many files to pick up

2014-02-21 Thread skasish
Following error has been occurred 13:39:40.609 [Camel (camel-1) thread #0 - ftp://admin@localhost:2121/MF] DEBUG o.a.c.c.file.GenericFileProducer - Wrote [D:\temp\GT_aplist_ghiiwb02_apache_20140111.lst] to [Endpoint[file://D:/temp]] 13:39:40.609 [Camel (camel-1) thread #0 - ftp://admin@localhost:2

out of heap space if remote FTP site has too many files to pick up

2014-02-21 Thread skasish
out of heap space if remote FTP site has too many files to pick up. Is there configuration problem. My simple code is given below import org.slf4j.*; import org.apache.camel.*; import org.apache.camel.builder.*; import org.apache.camel.main.Main; import org.apache.camel.component.dataset.*; pub

Re: OOM issue due to MemoryIdempotentRepository

2014-02-19 Thread skasish
Chirag, I have got the same problem. Have you got the solution. -- View this message in context: http://camel.465427.n5.nabble.com/OOM-issue-due-to-MemoryIdempotentRepository-tp5747176p5747536.html Sent from the Camel - Users mailing list archive at Nabble.com.