RE: Propertyplaceholder location

2011-09-19 Thread jdpatil
: Jaya Patil Subject: Re: Propertyplaceholder location On Fri, Sep 16, 2011 at 3:59 PM, jdpatil <[hidden email]> wrote: > I have one sysytem property (isProduction)which tells if the server is test > server or production server. > In my applicationContext.xml i have define propetryplace

Propertyplaceholder location

2011-09-16 Thread jdpatil
I have one sysytem property (isProduction)which tells if the server is test server or production server. In my applicationContext.xml i have define propetryplaceholder and need to change the location according to the system property. If the system propetry isProduction=true then use proddir.propert

RE: FTP is not polling the files

2011-09-06 Thread jdpatil
ry(deletefile) 2011-08-30 11:10:56,337 [pool-3-thread-1] INFO FtpLoggingFilter - RECEIVED: PWD 2011-08-30 11:10:56,338 [pool-3-thread-1] INFO FtpLoggingFilter - SENT: 257 "/" is current directory. On Tue, Aug 30, 2011 at

RE: FTP is not polling the files

2011-08-29 Thread jdpatil
how Camel traverse the directories. On some system you must use stepwise=true to be able to do that. And also passive mode should sometimes be enabled or not. On Sat, Aug 27, 2011 at 4:40 PM, jdpatil <[hidden email]> wrote: > I am using &between the parameter. I made typo mista

RE: FTP is not polling the files

2011-08-27 Thread jdpatil
? in the uri. It should be using a & between the parameters. On Fri, Aug 26, 2011 at 3:35 PM, jdpatil <[hidden email]> wrote: > I have route > ftp://user@server/test?password=pass?recursive=true"; /> > > > I have some files in test directory but when i start th