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. |
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. |
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 only a single transaction strategy is specified. |