Currenly, the poller does not keep any state, so if files are not deleted, they will be processed every time the component poll the remote directory. But fell free to raise a JIRA issue.
On 10/10/06, moraleslos <[EMAIL PROTECTED]> wrote:
Thanks for the DEBUG tip... the reason why I'm not getting anything is that the FTPPoller tries to delete the file on the FTP server but the server won't allow it "Permission denied". So I'm assuming everything rolled back and hence no files were ftp'd. Now how do I control FTPPoller so that it won't delete the files on the FTP server? Thanks in advance. -los gnodet wrote: > > If you try to poll non xml files, you will have an exception logged > somewhere. Try setting the log level to DEBUG and look at > the log files. To use binary files, you need to implement your > own marshaler and configure it on the component as shown > at http://servicemix.goopen.org/site/ftp.html > > See > http://incubator.apache.org/servicemix/dist/servicemix-3.0-incubating/site/servicemix-core/apidocs/org/apache/servicemix/components/util/FileMarshaler.html > and its implementations. > > On 10/10/06, moraleslos <[EMAIL PROTECTED]> wrote: >> >> I think I'm progressing with the FTPPoller example but am running into an >> issue. I've successfully deployed my SA w/o exceptions, and is running, >> but >> I do not get any files from the FTP server. The files on the FTP server >> that I want to download are zipped XML files. If I recall, only XML >> files >> can be put onto the NMR. If this is true, then is this the reason why I >> can't download zipped files via the FTPPoller? Thanks in advance. >> >> -los >> -- >> View this message in context: >> http://www.nabble.com/FTPPoller-needs-files-to-be-XML--tf2417400.html#a6738748 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/FTPPoller-needs-files-to-be-XML--tf2417400.html#a6740233 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet
