[
https://issues.apache.org/jira/browse/CAMEL-10135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369367#comment-15369367
]
Geert Schuring commented on CAMEL-10135:
----------------------------------------
You don't consider the exception happening at runtime to be a bug? I'd say
Camel should inspect the class during route creation and report an error when
there are no default constructors it can call and no static methods to invoke
either.
> Bean creation exception swallowed
> ---------------------------------
>
> Key: CAMEL-10135
> URL: https://issues.apache.org/jira/browse/CAMEL-10135
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.15.1
> Environment: Any
> Reporter: Geert Schuring
> Labels: beaninvocation, camel, constructor, exception-handling
> Attachments: FilterTest.java
>
>
> When a Route is referring to a Java Bean by class type while that class has
> no default constructor, Camel should throw an exception indicating that
> creation of the bean failed. Instead it ignores this problem resulting in an
> exchange encountering a null pointer exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)