Hi,
If I have the transactionable methods A,B,C and A calls B,C ; then, C throws exception that is not caught inside A.
My question is if B will be rolled back or not?
Please note that nested transactions are disabled by default so A, B, C are all transactionable by themselves.
Thanks