Nicola Ferraro created CAMEL-12555:
--------------------------------------
Summary: 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.1, 2.21.0
Reporter: Nicola Ferraro
Assignee: Nicola Ferraro
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)