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

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

    [ https://issues.apache.org/jira/browse/CAMEL-6756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769069#comment-13769069 ] 

Willem Jiang commented on CAMEL-6756:
-------------------------------------

Can we have look at your converter bean?
I just applied a patch for CAMEL-6752, I'm not sure if it fixed your issue.
Maybe you can verify it by checking out the latest Camel-2.12.1-SNAPSHOT.
                
> 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