Hi All,
Is there a way to disable suppressing exceptions while handling methods on annotated Saga’s when operating within a spring context? The AnnotatedSagaManager exposes a method (through AbstractSagaManager) to do a setSuppressExceptions(false).
When using axon 3.0.5 I could get around this by injecting the SagaManager and calling this operation, but in Axon 3.1.1+ this gives me a “IllegalStateException: Configuration is not initialized yet”. Is there any other way of changing this setting on the SagaManager?
Thanks for your help,
Kris