Avoid performing a ServiceRegistryLookup in JtaTransactionCoordinatorImpl constructor

Description

The constructor of `JtaTransactionCoordinatorImpl` performs a lookup for the `JtaPlatform` service; since this happens each time a `Session` is opened, it would be great to have such references ready at hand when each `JtaTransactionCoordinatorImpl`needs to be constructed.

I'm unsure about what would be the best place to do this though, but I hope we can explore it.

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created May 20, 2021 at 2:55 PM
Updated August 25, 2021 at 1:58 PM
Resolved August 9, 2021 at 4:28 PM