How to register another ListenerInvocationErrorHandler with Axon 3.0 and Spring?

Hello,

Can anyone tell me how to replace the default ListenerInvocationErrorHandler implementation using Axon 3.0 and Spring?

Regards

Now resolved in https://github.com/AxonFramework/AxonFramework/issues/241
By just declaring a spring component implementing the interface.

I expect the 3.0.1 release (in which this is solved) to be available early next week.

Cheers,

Allard

PS. Thanks for the PR!