You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/10/11 13:51:52 UTC

[jira] Commented: (CAMEL-976) Exception type - document new failureHandled DSL predicate

    [ https://issues.apache.org/activemq/browse/CAMEL-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46365#action_46365 ] 

Claus Ibsen commented on CAMEL-976:
-----------------------------------

Should also cover DLC as well, and the onException

Notice how you can have fallback handled policies:
1st onException
2nd DLC

So if onException has a predicate it will use this one, if not then use from DLC (if any). Its either one, not testing both. So if 1st evaluates to *false* then its not handled, even though the DLC would evalute to *true*.

Should we consider letting it be or? instead, if either one of #1 and #2 returns true then its handled?

> Exception type - document new failureHandled DSL predicate
> ----------------------------------------------------------
>
>                 Key: CAMEL-976
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-976
>             Project: Apache Camel
>          Issue Type: Sub-task
>          Components: documentation
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.5.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.