You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2018/09/27 06:01:00 UTC

[jira] [Resolved] (CAMEL-12837) Camel file option sequence

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

Claus Ibsen resolved CAMEL-12837.
---------------------------------
    Resolution: Invalid

The smb component is not part of Apache Camel. You need to report this to Camel Extra.

> Camel file option sequence
> --------------------------
>
>                 Key: CAMEL-12837
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12837
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Sarada Chelluboyena
>            Priority: Minor
>
> Hi All,
> In case of any exception moveFailed to specific location. It doesn't work as expected because file option delete is provided first as *delete=true&moveFailed={{Failed}}*
> If I change the delete at the end like *moveFailed={{Failed}}&delete=true* It works. My concern is File option order shouldn't matter.
> <route id="test" >
>  <from uri="smb://xxx?*delete=true&moveFailed={{Failed}}*"/>
> <to id="_to8" uri="smb://xx?fileExist=Fail"/>
> <onException>
>  <exception>java.lang.Exception</exception>
>  <log loggingLevel="ERROR" message="Error processing ${header.CamelFileName}, Route: ${routeId},${exception.stacktrace} - ERROR"/>
>  </onException>
>  </route>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)