[
https://issues.apache.org/activemq/browse/CAMEL-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea updated CAMEL-202:
----------------------------------
Attachment: camel-202.patch
Complete patch, please disregard the previous one.
* fixes block semantics for choice, filter and try/handle/handleAll
* fixes catch semantics to continue normal processing, clearing the exception.
* fixes semantics for handleAll() to be equivalent to java finally. The
equivalent of a catch(Throwable) can be achieved with a handle(Throwable.class)
> add test cases to show that filter()...end().to("bar") and similarly with
> otherwise(), handle(), handleAll() allow you to escape the current block
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-202
> URL: https://issues.apache.org/activemq/browse/CAMEL-202
> Project: Apache Camel
> Issue Type: Improvement
> Reporter: James Strachan
> Assignee: Hadrian Zbarcea
> Fix For: 1.3.0
>
> Attachments: camel-202.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.