You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "John Yin (JIRA)" <ji...@apache.org> on 2013/09/16 17:47:53 UTC

[jira] [Created] (CAMEL-6756) File consumer cannot rename a file consumed but failed due to AmbiguousMethodCallException - resulting infinite failure loop

John Yin created CAMEL-6756:
-------------------------------

             Summary: File consumer cannot rename a file consumed but failed due to AmbiguousMethodCallException - resulting infinite failure loop
                 Key: CAMEL-6756
                 URL: https://issues.apache.org/jira/browse/CAMEL-6756
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.12.0
         Environment: Windows 8 Pro, JDK 1.7
            Reporter: John Yin


When the following route encounters an AmbiguousMethodCallException in calling bean:converter, the file that causing this problem cannot be renamed/deleted by the File consumer.  The same file would then be processed and result the same error over and over again.

<camel:route id="route-process-row">
   <camel:from uri="file:src/data/rowfile" />
   <camel:to uri="bean:converter" />
   <camel:onException>               <camel:exception>org.apache.camel.component.bean.AmbiguousMethodCallException</camel:exception>
      <camel:handled><constant>true</constant></camel:handled>
      <camel:log message="*** Exception caught ***" />
   </camel:onException>
</camel:route>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira