Hi, Thanks for guiding me how to add InMemorySaga service. It worked like Charm!!
Now, I am trying to work with LRA Service and as mentioned at https://github.com/apache/camel/blob/master/camel-core/src/main/docs/eips/saga-eip.adoc, I added LRA and Undertow dependencies. But, when I am starting the application, I am getting below error:- java.lang.NoClassDefFoundError: io/undertow/servlet/api/DeploymentInfo I also verified that above mentioned package doesn't exist in Undertow core and starter packages. Could you please guide me how to solve this issue and is there any example Spring DSL XML for LRA Saga Service? Regards, Sanjeev