[ 
https://issues.apache.org/jira/browse/CAMEL-12555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicola Ferraro resolved CAMEL-12555.
------------------------------------
    Resolution: Fixed

> saga-eip: do not hang if option cannot be computed
> --------------------------------------------------
>
>                 Key: CAMEL-12555
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12555
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.21.0, 2.21.1
>            Reporter: Nicola Ferraro
>            Assignee: Nicola Ferraro
>            Priority: Major
>             Fix For: 2.22.0
>
>
> Saga-enabled exchanges hang if the expression associated with a option fails. 
> We should throw a error and conclude the saga with failure instead.
> {code:java}
> from("timer:tick")
>   .saga().option("data", simple("${something / fails}"))
>       .log("exchange and saga hang..."){code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to