Tobi M.
04/19/2021, 7:49 AMJpaTransactionManager
. I tried to just replace it with the SpringTransactionManager
from Exposed, which did not work. I get both working in parallel, however then, transactions by Exposed are not rolled back at the end of the tests (Kotest + SpringListener), because they only affect the transaction manager with the bean name transactionManager
AFAIK.
How can I configure Exposed and JPA to use the same transaction manager? 🙂 Thanks! 😊