ExpressionDefinition toString print the expression and expression value at the
same time
-----------------------------------------------------------------------------------------
Key: CAMEL-2745
URL: https://issues.apache.org/activemq/browse/CAMEL-2745
Project: Apache Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 2.2.0, 2.1.0, 2.0.0
Reporter: Willem Jiang
Assignee: Willem Jiang
Priority: Minor
Fix For: 2.4.0
When I running the test which need to call the ExpressionDefinition toString
method, I found the expression is
{code}
simple{bodyAs(java.lang.String.class)bodyAs[java.lang.String]}
{code}
We need to avoid adding the expression when the ExpressionDefinition has the
expression value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.