Thanks for letting this know ! That’s already better than trying to figure out what I might have wrongly configured.
In an attempt to get a better understanding after reading the axon documentation, today I listened to the following interesting podcast: Podcast Exploring Axon: Season 2 Episode 7 - Exception Handling in Axon Framework - YouTube Which also states that it should work for all kind of message handlers. So it could be considered a bug I guess.
I’d appreciate it if this could be taken up as a bug. But I don’t know when the 4.8 release is planned? It would be great to have it before our release in May. Otherwise I have to figure out something else.
Also, would the exception handler annotation be testable using the axon test fixtures ? Cause that didn’t seem to be supported in the past: Testing a @ExceptionHandler with a Saga - #2 by vab2048