Re: FTP assume directory do not have dot

2010-01-14 Thread sjmcduf
http://issues.apache.org/activemq/browse/CAMEL-2362 Thank you again Simon Claus Ibsen-2 wrote: > > Yeah good call > > Do you mind creating a ticket in JIRA about this? > http://issues.apache.org/activemq/browse/CAMEL > > > On Thu, Jan 14, 2010 at

Re: Keep the lastModified timestamp when writing a file.

2010-01-14 Thread sjmcduf
Here https://issues.apache.org/activemq/browse/CAMEL-2361 Thank you Simon Claus Ibsen-2 wrote: > > On Thu, Jan 14, 2010 at 12:46 AM, sjmcduf wrote: >> >> I do the following: >> >> >> "ftp://t...@ftp.ttessier.ca/ftp.input?&r

Re: FTP assume directory do not have dot

2010-01-14 Thread sjmcduf
Claus Ibsen-2 wrote: > > On Thu, Jan 14, 2010 at 12:25 AM, sjmcduf wrote: >> >> I have the following error: >> >> Caused by: java.lang.IllegalArgumentException: Only directory is >> supported. >> Endpoint must be configured wit

Keep the lastModified timestamp when writing a file.

2010-01-13 Thread sjmcduf
is available for that ? Another solution would be to get it from the Message and do it programmatically. Thank you sjmcduf -- View this message in context: http://old.nabble.com/Keep-the-lastModified-timestamp-when-writing-a-file.-tp27154059p27154059.html Sent from the Camel - Users mailing list archive at Nabble.com.

FTP assume directory do not have dot

2010-01-13 Thread sjmcduf
I have the following error: Caused by: java.lang.IllegalArgumentException: Only directory is supported. Endpoint must be configured with a valid directory: ftp.test at org.apache.camel.component.file.remote.RemoteFileEndpoint.createConsumer(RemoteFileEndpoint.java:68) at org.apach

Re: Problem with JMS and file

2009-12-20 Thread sjmcduf
Thank you! -- View this message in context: http://old.nabble.com/Problem-with-JMS-and-file-tp26857645p26863635.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with JMS and file

2009-12-20 Thread sjmcduf
reated ticket > https://issues.apache.org/activemq/browse/CAMEL-2306 > > And committing a fix in due time when unit tests passed and completes. > > > On Sun, Dec 20, 2009 at 9:16 AM, Claus Ibsen > wrote: >> On Sat, Dec 19, 2009 at 7:59 PM, sjmcduf wrote: >>&g

Re: Problem with JMS and file

2009-12-20 Thread sjmcduf
Yes I'm using windows! Do you still want me create a JIRA task ? Simon Claus Ibsen-2 wrote: > > On Sat, Dec 19, 2009 at 7:59 PM, sjmcduf wrote: >> >> I tried to do something very simple: >> from("file://" + inputDirectory + >> &q

Problem with JMS and file

2009-12-19 Thread sjmcduf
I tried to do something very simple: from("file://" + inputDirectory + "?recursive=true&readLock=none&delete=true").to("activemq:queue:QUEUE); I received many error message saying that the file cannot be deleted. After some investigation, it seems the file is still open... I found out the foll