Author: davsclaus
Date: Tue Aug 19 21:07:22 2008
New Revision: 687234
URL: http://svn.apache.org/viewvc?rev=687234&view=rev
Log:
FTPConsumer exclusiveReadLock is now default false as it would require write
perm for the ftp user and this is not always the case.
Modified:
activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConsumer.java
Modified:
activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConsumer.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConsumer.java?rev=687234&r1=687233&r2=687234&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConsumer.java
(original)
+++
activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConsumer.java
Tue Aug 19 21:07:22 2008
@@ -31,7 +31,7 @@
protected boolean recursive;
protected String regexPattern;
protected boolean setNames = true;
- protected boolean exclusiveReadLock = true;
+ protected boolean exclusiveReadLock;
protected boolean deleteFile;
protected String moveNamePrefix;
protected String moveNamePostfix;