Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.19.3
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
from("file://input?fileName=${bean:notexist?method=notImportant}");
this bean doesn't exist, but code run well without any exception.