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/16 04:45:54 UTC

[jira] [Assigned] (CAMEL-6752) Bean binding to covariant methods throws AmbiguousMethodCallException

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

Willem Jiang reassigned CAMEL-6752:
-----------------------------------

    Assignee: Willem Jiang
    
> Bean binding to covariant methods throws AmbiguousMethodCallException
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-6752
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6752
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.11.1
>            Reporter: Guy Burton
>            Assignee: Willem Jiang
>            Priority: Minor
>         Attachments: bean-binding-covariant-methods.patch
>
>
> Attached is a patch and test case for an issue in the bean binding code which prevents binding to an overloaded method with a covariant return type from the base class. 
> The fix is to check for method covariance at the last moment before throwing AmbiguousMethodCallException. If all methods remaining are covariant, any one of them can be called. Unfortunately this happens in 3 places in the code- if we pre-filtered the list of methods then we could lose annotations on either of the method signature which could be problematic depending on the resolution type. 

--
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