[
https://issues.apache.org/activemq/browse/CAMEL-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea reopened CAMEL-399:
-----------------------------------
Assignee: Hadrian Zbarcea (was: Roman Kalukiewicz)
The patch for this issue breaks the build.
We should also clarify the semantics based on Gary's comment. Since handleAll
could be achieved with a handle(Throwable), the missing semantics would be that
of a finally block, as Roman assumed, but then we should probably change the
dsl from 'handleAll' to 'finally'.
I am going to do that if there's no objection, in addition to fixing the
failing test.
> 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: Hadrian Zbarcea
> 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.