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

[jira] [Commented] (CAMEL-7359) Simple Language - Additional after text after inbuilt function call is ignored

    [ https://issues.apache.org/jira/browse/CAMEL-7359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966346#comment-13966346 ] 

Willem Jiang commented on CAMEL-7359:
-------------------------------------

The right syntax of bodyAs is ${bodyAs(type)}, current code don't check the rest string after bodyAs(type).
I will updated the code to check the rest string and throw the exception if the string is not empty.

> Simple Language - Additional after text 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, 2.13.0
>            Reporter: Alan Foster
>            Assignee: Willem Jiang
>
> 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}
> The above simple expression will simply set the body to be of type java.lang.String, however will not invoke the subsequent toUpperCase() call - likewise no error is reported to the developer.



--
This message was sent by Atlassian JIRA
(v6.2#6252)