Quarkus multi-module example with JPA and REST Client #31484
-
Hello, We're trying to set a very simple example of how to get a quarkus multi-module application working, including REST api and client, with a single entity (Greeting). We have tried several different configuration alternatives and workarounds, but still not able to get a simple rest API/JPA call across to the http client module. Here is the repo: At the time of this writing, CDI is erroring because the EM is not found, because the data module only contains JPA annotations:
We would appreciate any input towards making this example correct. Thanks @gsmet and everyone in advance for helping out <3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
/cc @Sgitario (rest-client), @cescoffier (rest-client), @geoand (rest-client) |
Beta Was this translation helpful? Give feedback.
-
That worked, thanks a lot <3 |
Beta Was this translation helpful? Give feedback.
/cc @Sgitario (rest-client), @cescoffier (rest-client), @geoand (rest-client)