com.ibm.ws.eba.tx.nls.TxMessages
- CWSAB1000E: No active transaction on the thread.
Explanation A transaction strategy of Mandatory was specified, but there was no active transaction on the thread. Action Either provide a transaction, or use an alternative transaction strategy.
- CWSAB1001E: An active transaction is on the thread.
Explanation A transaction strategy of Never was specified, but there was an active transaction on the thread. Action Either remove the transaction, or use an alternative transaction strategy.
- CWSAB1002E: Unable to select a transaction strategy because of an ambiguous component metadata. Could not choose between {0} for component {1}.
Explanation A transaction strategy needs to be selected for the component, but the component metadata has two or more transaction strategies that can be selected. Action Resolve the ambiguous component metadata so that a single transaction strategy only is specified.