Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable transaction support ? (Narayana transaction manager) #126

Open
laurentperez opened this issue Feb 18, 2023 · 1 comment
Open

Comments

@laurentperez
Copy link

Hello

Currently using the plugin it binds to a no-op transaction, https://www.jooq.org/javadoc/dev/org.jooq/org/jooq/impl/NoTransactionProvider.html

Strangely it does not plug a https://www.jooq.org/javadoc/dev/org.jooq/org/jooq/impl/DefaultTransactionProvider.html when I use DSL.using(connection)

https://www.baeldung.com/spring-boot-support-for-jooq references a TransactionAwareDataSourceProxy but I don't understand how to set the Quarkus equivalent

Does anyone have a working example of using a Narayana https://quarkus.io/guides/transaction transactionmanager together with this plugin ?

thanks

@vszakd
Copy link

vszakd commented Dec 5, 2023

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants