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

[jira] Created: (CAMEL-1027) ConvertBodyType toString doesn't take consideration of the typeClass setting

ConvertBodyType toString doesn't take consideration of the typeClass setting
----------------------------------------------------------------------------

                 Key: CAMEL-1027
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1027
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.4.0, 1.3.0
            Reporter: Willem Jiang
            Assignee: Willem Jiang
            Priority: Minor
             Fix For: 1.5.0


The toString() codes of  ConvertBodyType 
{code}
public String toString() {
        return "convertBodyTo[" + getType() + "]";
 }
{code}

if the ConvertBodyType's  typeClass member is set, the toString() method will not not reflect that.

Here is the mail thread which talks about it.
http://markmail.org/message/irikh3gxsff6vnlg?q=Problems+with+convertBodyTo+in+Java+DSL





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


[jira] Resolved: (CAMEL-1027) ConvertBodyType toString doesn't take consideration of the typeClass setting

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

Willem Jiang resolved CAMEL-1027.
---------------------------------

    Resolution: Fixed

> ConvertBodyType toString doesn't take consideration of the typeClass setting
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-1027
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1027
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.3.0, 1.4.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> The toString() codes of  ConvertBodyType 
> {code}
> public String toString() {
>         return "convertBodyTo[" + getType() + "]";
>  }
> {code}
> if the ConvertBodyType's  typeClass member is set, the toString() method will not not reflect that.
> Here is the mail thread which talks about it.
> http://markmail.org/message/irikh3gxsff6vnlg?q=Problems+with+convertBodyTo+in+Java+DSL

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