FHIR icon indicating copy to clipboard operation
FHIR copied to clipboard

In FHIRPersistenceJDBCImpl connect transactionDataImpl to transaction provider framework

Open punktilious opened this issue 3 years ago • 2 comments

Currently transactionDataImpl receives transaction event callbacks from JTA UserTransaction. However, transactions in unit tests are managed differently, and so the transaction framework needs to be updated to feed similar transaction events to transactionDataImpl when executing unit tests.

Because we no longer actually use the transactionDataImpl to hold any of the data collected during a transaction (it's now held in FHIRPersistenceJDBCImpl), there is an opportunity to clean some of this up and hopefully simplify the code).

punktilious avatar Oct 29 '20 04:10 punktilious

@punktilious do we still need this one?

lmsurpre avatar Aug 02 '22 18:08 lmsurpre

I'm going to reshape this one because there's some cleanup that we can do here because we now hold all the data collected during a transaction in the FHIRPersistenceJDBCImpl.

punktilious avatar Aug 03 '22 15:08 punktilious