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. |