Hallo,
We using axon 3.0.7 with spring boot 1.5.7.RELEASE and every thing was working correctly until we decided to put all our domain logic in a separate package that can be referenced by multiples projects without rewriting the code e.g events, command and aggregates. everything compiles and runs but we now getting:
org.axonframework.commandhandling.NoHandlerForCommandException: No handler was subscribed to command
Greatly appreciate help on this.
Regards