Hello servicemix-community! I have a jbi:file-poller component that has to poll large files (30MB). Sometimes, i get a FileNotFoundException, because the poller tries to read the file before the copy-task has finished.
I tried to solve this by implementing my own LockManager, which tries to check before whether the file is now ready to be read or not. But unfortunately, this doesn't work well... So, what is the common workaround here? thanks for your help charx -- View this message in context: http://www.nabble.com/Polling-very-large-files-tp20701486p20701486.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
