Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
2.0.0-M8
-
None
-
None
Description
For mixins, currently the ActionInvocationFacetForDomainEventAbstract , which invokes the action and emits events, only ever emits an ActionDomainEvent for all types of mixins.
But it doesn't look at the @Action, @Property or @Collection annotations on the class.
Instead, it should first look at the class level if on of those annotations defines an domain event and when it doesn't then look at the method level.
NB: this takes care of executing, executed ... think there will be some other code impacted for hide, disable, validate.