Resolves TransactionProviderNotFoundException for tests which don't have a TransactionProvider
Changes proposed in this pull request:
It changes TransactionProviderProducer to not throw an exception when no TransactionProvider is found here.
It also disables ClientSideTransactionHandler when no TransactionProvider is found here
I tried to use current TransactionHandler to verify if transaction is supported in TransactionProviderProducer here
but TransactionHandler is always null when registerTransactionProvider event is fired.
Short description of what this resolves:
Resolves
TransactionProviderNotFoundException
for tests which don't have aTransactionProvider
Changes proposed in this pull request:
It changes
TransactionProviderProducer
to not throw an exception when noTransactionProvider
is found here.It also disables
ClientSideTransactionHandler
when noTransactionProvider
is found hereI tried to use current
TransactionHandler
to verify if transaction is supported in TransactionProviderProducer here but TransactionHandler is always null whenregisterTransactionProvider
event is fired.Fixes #14