Hi,
I have an application module with some public methods in the client interface and I want to call them from other application module in a different transaction.
I think I can set the auxiliar application module as nested AM in the root application module, but in this way there is an unique transaction. Furthermore, exists the createRootApplicationModule, but I have read that this method isn't recommended, only for test purposes
How can I do it?
Thank you.