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 2015/05/19 21:44:59 UTC

[jira] [Created] (CAMEL-8782) Configuring endpoints using reference lookup may fail with matching primitive types with their Object counterpart types

Claus Ibsen created CAMEL-8782:
----------------------------------

             Summary: Configuring endpoints using reference lookup may fail with matching primitive types with their Object counterpart types
                 Key: CAMEL-8782
                 URL: https://issues.apache.org/jira/browse/CAMEL-8782
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.15.2
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.14.3, 2.16.0, 2.15.3


Based on PR
https://github.com/apache/camel/pull/522#issuecomment-103620070

Yeah I had a look its due primtive vs object types, that causes Camel to not match the setter method.

eg the method uses a boolean type, but the returned value from the reference lookup is a java.lang.Boolen type. And therefor its not used. I will log a ticket and fix that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)