Hi,

I fear there is no servicemix release with that version number yet :)
Maybe you are speaking about Fuse?
Regarding to the xbean content you may be right. The delete flag defaults to 
true and you explicitely set it to true as well, so the file should have been 
deleted.

Have you had a look at the log files if errors occured? Have you turned on the 
DEBUG log level and tried again if there is some output regarding the file 
deletion?

Regards
Lars


Am Freitag 17 Oktober 2008 05:34:13 schrieb kusma:
> 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,

Reply via email to