Hi,
this is probably a FAQ, I just want to check if I am doing this right:
I invoke a method on an AR that sends an event. This event is handled by an even listener (Spring Component outside the AR). The event listener creates a command and dispatches it. The command handler for this command creates a new AR (of another type) which in turn sends an event.
is this a correct way to create an AR in a different domain from a change in a domain?
Thanks,
Chris