[
https://issues.apache.org/jira/browse/CAMEL-11866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186806#comment-16186806
]
abccbaandy commented on CAMEL-11866:
------------------------------------
sry for bad description :(
I mean this router start/run without any exception, and consume all files in
input folder.
But shouldn't it throw "bean not found" exception when start/run?
> 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
>
> {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)