elytron-security-jdbc + hibernate-reactive-panache #30441
Unanswered
AntoninRoy
asked this question in
Q&A
Replies: 2 comments 3 replies
-
/cc @DavideD (hibernate-reactive), @FroMage (panache), @Sanne (hibernate-reactive), @gavinking (hibernate-reactive), @loicmathieu (panache), @sberyozkin (security) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Reactive equivalents of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I try to configure an app with elytron-security-jdbc and hibernate-reactive-panache.
I have difficulties because they don't use the same drivers (reactive and not reactive)
My first question is to know if Quarkus allow us to do that ?
If yes, does anybody know how to solve this error ?
ERROR [io.qua.run.Application] (Quarkus Main Thread) Failed to start application (with profile dev): java.lang.IllegalStateException: Booting an Hibernate Reactive serviceregistry on a non-reactive RecordedState!
Here is my application.properties :
Beta Was this translation helpful? Give feedback.
All reactions