Sorry, Camel 2.0 release 3 routes like: file:///home/javadev/workspace/camelroutes/testdir/testdata/testimport?delete=true&include=%5E.%2Bmapping_warnings%5C.txt%24&readLock=rename
the only difference between all 3 is the include pattern. Claus Ibsen-2 wrote: > > Hi > > Always state which version of Camel you are using. > And post how you route is configured. > > > On Thu, Oct 8, 2009 at 4:57 PM, Vladimir Okhotnikov > <[email protected]> wrote: >> >> Hi >> >> I'm observing quite a strange behavior at the moment. In my app, I have >> several routes which all start by reading files in the same directory, >> deleting them after processing. Obviously, each rule uses its own include >> pattern to process separate subset of files. >> >> Now, the problem is that if the camel context is started when there are >> some >> existing files in the directory, the matching routes do not seem to work. >> I >> cannot see any related activity in the log file (except for the first "1 >> file to consume message"), and the newly added files are being piled up >> in >> the directory. The other routes, which had no matching files on camel >> start >> do work. >> >> Is it a bug or am I just missing something? >> -- >> View this message in context: >> http://www.nabble.com/File-component-blocked-by-existing-files-tp25803233p25803233.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > > -- View this message in context: http://www.nabble.com/File-component-blocked-by-existing-files-tp25803233p25806158.html Sent from the Camel - Users mailing list archive at Nabble.com.
