About Question enthuware.oce-jpad.v6.2.400 :
Posted: Tue Jul 30, 2013 9:34 pm
Hi,
I think there is an error here because there is not 'SUPPORTED' transaction attribute in TransactionAttributeType
instead you should specify 'SUPPORTS'
Question:
Given the following methods and their transaction attributes specified in the deployment descriptor:
methodA : Required
methodB : NotSupported
methodC : Supported
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 (i.e. transaction started by client).
Notes:
1. An arrow from a method A to another method B implies that A calls B.
2. A -- under a method name implies that the method executes without any transaction scope.)
I think there is an error here because there is not 'SUPPORTED' transaction attribute in TransactionAttributeType
instead you should specify 'SUPPORTS'
Question:
Given the following methods and their transaction attributes specified in the deployment descriptor:
methodA : Required
methodB : NotSupported
methodC : Supported
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 (i.e. transaction started by client).
Notes:
1. An arrow from a method A to another method B implies that A calls B.
2. A -- under a method name implies that the method executes without any transaction scope.)