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
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
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
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.
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
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.
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
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
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