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 2012/09/28 14:32:09 UTC

[jira] [Assigned] (CAMEL-5571) Camel proxies should not forward hashCode() method invocations

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

Claus Ibsen reassigned CAMEL-5571:
----------------------------------

    Assignee: Claus Ibsen
    
> Camel proxies should not forward hashCode() method invocations
> --------------------------------------------------------------
>
>                 Key: CAMEL-5571
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5571
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.10.1
>            Reporter: Harald Wellmann
>            Assignee: Claus Ibsen
>         Attachments: camel-proxy-bug.zip
>
>
> Given a Camel proxy for an @InOnly service interface, and a route from the proxy to a JMS endpoint, calling hashCode() on the proxy throws an exception, either immediately or after a number of retries, depending on the route configuration.
> See the attached test case for different scenarios.
> The reason is that hashCode() is forwarded by the CamelInvocationHandler to the remote endpoint, which does not make sense in this case.

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