Hi, I am using servicemix version 3.3.1.6. I have my ftp-poller configured as
below:
<ftp:poller service="tut:file"
endpoint="poller"
targetService="mp:transformBeanService" deleteFile="true"
uri="ftp://userid:[EMAIL PROTECTED]//tmp/fnlprceresponse">
<property name="filter">
<bean
class="org.apache.commons.io.filefilter.WildcardFilter">
<constructor-arg value="*.csv"
/>
</bean>
</property>
<property name="marshaler">
<bean
class="org.apache.servicemix.components.util.BinaryFileMarshaler" >
<property name="attachment" value="content"/>
</bean>
</property>
</ftp:poller>
As per the above configuration, i expect the poller to delete the files
after successful processing (if everything goes without error). But that is
not what happening. I do not know if there is a bug in the poller component
or i am missing something.
I would appreciate any help on this.
Thanks in advance,
--
View this message in context:
http://www.nabble.com/Servicemix-ftp-poller-is-not-deleting-files-after-processing-tp20026572p20026572.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.