I tried to create a custom LockManager for FTP Poller but I get an error:

Initialization of bean failed; nested exception is
org.springframework.beans.InvalidPropertyException: Invalid property
'lockManager' of bean class [org.apache.servicemix.ftp.FtpPollerEndpoint]:
No property 'lockManager' found

The same LockManager I created does work on the File Poller.  Looking at the
FtpPollerEndpoint source code at:

http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-ftp/trunk/src/main/java/org/apache/servicemix/ftp/FtpPollerEndpoint.java

it seems that the LockManager is not a settable property for the FTP Poller.

What is the recommended way to keep track of files that have been processed
by the FTP Poller if you do not delete the files after processing?
-- 
View this message in context: 
http://www.nabble.com/LockManager-for-FTP-Poller-tp23175820p23175820.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to