Claus Ibsen created CAMEL-5246:
----------------------------------

             Summary: File consumer - Widen check for exchange failed in case 
onException was used but without handling the exception
                 Key: CAMEL-5246
                 URL: https://issues.apache.org/jira/browse/CAMEL-5246
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.9.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.9.3, 2.10.0


See nabble
http://camel.465427.n5.nabble.com/Component-file-move-and-moveFailed-tp5685631.html

eg
{code}
 from file (moveFailed=error)
  onException
    to log
  end
  to bla
  to damn
{code}

Then the file should be moved to error dir, even if onException didnt handle 
the exception.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to