Hello,
I'm using Camel 2.0-SNAPSHOT. On http://camel.apache.org/file2.html I
read that autoCreate has a default value set to true. However, even when
I explicitly set autoCreate=true in the URI
(file:directoryName?autoCreate=true) I get an endless stream of this
repeating message:
----
6-mei-2009 13:26:09 org.apache.camel.component.file.FileConsumer
pollDirectory
WARNING: Cannot poll as directory does not exists or its not a
directory: directoryName
----
When I manually create the directory everything is fine, but then of
course autoCreate is no longer of any use.
Are others seeing this and is this a bug or is there something I'm missing?
Nils Breunese.