You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/04/01 13:25:34 UTC

[jira] Created: (CAMEL-1508) TypeConverter - Can find Object type converter even though there is a more specialized converter to use

TypeConverter - Can find Object type converter even though there is a more specialized converter to use
-------------------------------------------------------------------------------------------------------

                 Key: CAMEL-1508
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1508
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.6.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0, 1.6.1


The code travels down the super to fast. And the code that checks for Object and inherited types in the end of the lookup code should be run as last resort.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1508) TypeConverter - Can find Object type converter even though there is a more specialized converter to use

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1508.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.6.1)

Only fixing on trunk as DefaulttTypeConverter is a bit different in 1.x

trunk: 760877

> TypeConverter - Can find Object type converter even though there is a more specialized converter to use
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1508
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1508
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> The code travels down the super to fast. And the code that checks for Object and inherited types in the end of the lookup code should be run as last resort.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.