Page 1 of 1

Another typo in answer 5

Posted: Sat Aug 31, 2013 3:12 am
by JanOhrstrom
Sorry, missed reporting also this typo in answer 5.

Transaction context of XBean will be suspended during the call to YBean
This will not happen because YBean method executes asynchronously. The call to ybean.asyncM1() returns immediately and there is no reason to suspend XBean's transaction.

Should probably read:

Transaction context of XBean will be suspended during the call to YBean
This will not happen because YBean method executes asynchronously. The call to ybean.asyncM() returns immediately and there is no reason to suspend XBean's transaction.

Re: Another typo in answer 5

Posted: Sat Aug 31, 2013 7:19 am
by admin
Fixed.

thank you for your feedback!