enthuware.oce-ejbd.v6.2.585 Question 16, Test 1 - EJB
Posted: Sat May 12, 2012 9:07 am
Given the following methods and their transaction attributes specified in the deployment descriptor:
methodA : NotSupported
methodB : Never
methodC : Supports
methodD : Required
Which of the transaction scopes shown in figure 1 is valid? Assume that the client calls methodA with a transaction scope of TxCL.
My question:
You said that the correct answer is 3, but in my opinion the correct one is 4, If a client calls method A with a TxCL transaction and the C methods must have a Support to this transaction whay the correct answer is 3 whose method C executes without any transaction scope??
Thanks,
methodA : NotSupported
methodB : Never
methodC : Supports
methodD : Required
Which of the transaction scopes shown in figure 1 is valid? Assume that the client calls methodA with a transaction scope of TxCL.
My question:
You said that the correct answer is 3, but in my opinion the correct one is 4, If a client calls method A with a TxCL transaction and the C methods must have a Support to this transaction whay the correct answer is 3 whose method C executes without any transaction scope??
Thanks,