Replies: 1 comment
-
I had the same error and tried to find out. org.hibernate.MultiTenancyStrategy class has this static field org.hibernate.internal.CoreMessageLogger class use Although hibernate has dependency for jta (org.apache.geronimo.specs:geronimo-jta_1.1_spec), but it can't be found. I'm not sure i get it right, but i found this commit and discussion: As WA i copied class SystemException to my code. It helped. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have an issue with quarkus 3.0.3 while running a docker container (I tried, eclipse-temurin:17, openjdk17, amazon corretto17, redhat 11 and 17 that comes with the default installation of Quarkus)
So I do have an application that runs on Java 17
One option I have is to revert to Quarkus 2.x which I know works in our environment, but I would prefer not to change the project.
here's my docker
Here's my POM
Finally the full stack I got
Beta Was this translation helpful? Give feedback.
All reactions