Closed jtama closed 1 month ago
/cc @FroMage, @loicmathieu
Happy to help on this.
Is this still an issue?
I have to say I have absolutly no idea.
Let's close for now and if we find it's still an issue, we can reopen
Absolutely, If I was the only one to report in 4 years...
👌
Describe the bug
As of today, reactive panache nested transactions always trigger exception.
Expected behavior
When in a nested transaction panache should :
Actual behavior
Triggers a
java.lang.IllegalStateException
becauseio.vertx.sqlclient.impl.SqlConnectionImpl
(line 109)To Reproduce
Reproducer can be found on https://github.com/jtama/quarkus-rent/tree/nested-transaction.
curl -v -X POST "http://localhost:8080/api/hostels" -H "X-user-name: Joe" -H "X-user-roles: USER,ADMIN" -H "Content-Type: application/json" -d "{ \"id\": 0, \"name\": \"Ritz\"}"
Environment (please complete the following information):
Darwin Kernel Version 20.3.0
OpenJDK Runtime Environment AdoptOpenJDK (build 14+36)
1.12.2.Final
Apache Maven 3.6.3