[
https://issues.apache.org/activemq/browse/CAMEL-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41816#action_41816
]
Gary Tully commented on CAMEL-399:
----------------------------------
just one thought:
handleAll sounds like catch(Throwable) to me, to mimic the finally keyword I
would expect a finallyBlock() that matches the tryBlock().
> handleAll() swallows exceptions
> -------------------------------
>
> Key: CAMEL-399
> URL: https://issues.apache.org/activemq/browse/CAMEL-399
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-core
> Reporter: Roman Kalukiewicz
> Assignee: Roman Kalukiewicz
> Fix For: 1.3.0
>
>
> handleAll() section in tryBlock() swallows exceptions even if they were not
> catched by some handle() section so intended behavior that should mimic
> finally keyword from java is not accomplished.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.