Re: Camel-Saga, how to get exception detail that trigger compensation

2022-02-11 Thread Claus Ibsen
Hi Ah yeah I dont think that such details is propagated - you are welcome to create a JIRA. And if you can then dive in the code and attempt to implement this and send a PR On Fri, Feb 11, 2022 at 7:52 AM Chio Chuan Ooi wrote: > > Hi, > > I working on camel-saga route which have similar to below

Camel-Saga, how to get exception detail that trigger compensation

2022-02-10 Thread Chio Chuan Ooi
Hi, I working on camel-saga route which have similar to below. Regardless if the transaction is failed and get compensated, how do i get the detail of the error that catch? i try to use options to get the CamelExceptionCaught but seem saga is creating new exchange and old exchange is not being cop