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.