When I use @Service to register my CommandHandler beans, the with
@CommandHandler annotated methods of the bean do not get registered at
the commandBus.
Using constructor injection and an explicit bean definition, cglib
throws an IllegalArgumentException: Superclass has no null
constructors but no arguments where given. Even though the constructor
arg is in the bean definition.
Is setter injection the only option for CommandHandlers?
regards
Roald