Replies: 3 comments
-
/cc @FroMage (panache), @loicmathieu (panache) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe anyone? Are there any plans to introduce examples of how websockets-next work with panache or database? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I will create an issue with reproducer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this websocket-next endpoint and would like to enter an database-entry with Panache:
I get the following error message:
Normal scoped producer method may not return null: io.quarkus.vertx.http.runtime.CurrentVertxRequest.getCurrent() when the code runs over
Setting test = Setting.findAll().firstResult();
Setting.java extends PanacheEntityBase.
I am using
quarkus-hibernate-orm-panache
not sure if I needquarkus-hibernate-reactive-panache
.More examples with websocket-next and database connections would be great.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions