[ 
https://issues.apache.org/jira/browse/CAMEL-7084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-7084:
-------------------------------
    Component/s:     (was: camel-quartz)
                 camel-ftp

> pollEnrich with throwExceptionOnConnectFailed=true & move=../Done/
> ------------------------------------------------------------------
>
>                 Key: CAMEL-7084
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7084
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.11.0
>            Reporter: kartik kudada
>         Attachments: FileToFtpThrowExceptionOnConnectFailedTest.java
>
>
> Hi,
> I am very new in Camel, i am trying to create a polling mechanism where 
> application look for file at every 1 hour, if file is found it transfer to 
> destination. I have used spring DSL with quartz.
> For the polling every hour i am using pollEnrich . It is working fine and it 
> picks up file every hour and transfer it.
> But when i use throwExceptionOnConnectFailed and move options with 
> pollEnrich, it simply ignores it, because when i try with wrong username and 
> password, it does not throw any Exception and does not move processed file to 
> Done folder. 
> Below is the code snipped :-
> <route id="ABC">
>             <from uri="quartz://scheder/mytimer?cron=0+0+*+*+*+?"/>
>             <pollEnrich 
> uri="sftp://username:********@host/myfolder/?include=.***.dat&throwExceptionOnConnectFailed=true&move=../Done/*&moveFailed=../Exception/&stepwise=false&disconnect=true&delay=5000&idempotent=true&delete=true";
>  timeout="10000"/>
>                <to uri="{{destination-folder}}"/>
>         </route>
>  
>  
> Any inputs are highly appreciable.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to