You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/10/03 10:22:00 UTC

[jira] [Resolved] (CAMEL-11866) Simple Expression Language bean doesn't throw exception when bean not found

     [ https://issues.apache.org/jira/browse/CAMEL-11866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-11866.
---------------------------------
    Resolution: Fixed

> Simple Expression Language bean doesn't throw exception when bean not found
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-11866
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11866
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.19.3
>            Reporter: abccbaandy
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.19.4, 2.20.0
>
>
> {code:java}
> from("file://input?fileName=${bean:notexist?method=notImportant}");
> {code}
> this bean doesn't exist, but code run well without any exception.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)