Alan Foster created CAMEL-7359:
----------------------------------
Summary: Simple Language - Additional after inbuilt function call
is ignored
Key: CAMEL-7359
URL: https://issues.apache.org/jira/browse/CAMEL-7359
Project: Camel
Issue Type: Bug
Affects Versions: 2.12.3
Reporter: Alan Foster
The following Simple expression is valid and runs OK - however it may have been
appropriate to report an error to the developer.
{code:xml}
<setBody>
<simple>${bodyAs(java.lang.String) Additional text
ignored...}</simple>
</setBody>
{code}
The above seems a somewhat contrived example; However this is a more
'realistic' scenario in which the behaviour is not unexpected -
{code:xml}
<setBody>
<simple>${bodyAs(java.lang.String).toUpperCase()}</simple>
</setBody>
{code:xml}
The above simple expression will simple set the body to be of type
java.lang.String, however will not invoke the subsequent toUpperCase() call.
--
This message was sent by Atlassian JIRA
(v6.2#6252)