-
Notifications
You must be signed in to change notification settings - Fork 23
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
Enlisted connection without active transaction in later Quarkus version #313
Comments
edit:: Once I worked around the 3.10.0 I end up with the original issue. |
Ok, I'll have a look. |
I've tried reproducing it with my batch project https://github.com/radcortez/wow-auctions but had no luck. Any chance of a reproducer? Unfortunately, the code in the issue is missing pieces. |
Will try to create a reproducer. |
I face the same issue with Quarkus 3.14.1 and JBeret extension version 2.40 when I have 'jdbc' as repository activated. This error does not occur with an in-memory repository. Maybe this helps to reproduce the error. |
@dabukster, is there any chance you can provide a reproducer? Thank you! |
Description
I tried to upgrade a working example I had from Quarkus 3.4.0 and Quarkus JBeret 2.0.0 to the latest and greatest (3.9.5 and 2.3.0) but I started getting the error bellow.
I tried to lower the version to see where the error is coming from and the highest I got is:
Quarkus: 3.8.4
Quarkus JBerer: 2.3.0 (2.3.1 seems to need Quarkus 3.9.0 or else it gives me some Hibernate config converter errors).
The exception:
My setup
The
batch-job.xml
looks like this:My
reader
:My
writer
:The text was updated successfully, but these errors were encountered: