How to make CxfClient's discoverable via build steps? #1673
Unanswered
akil-rails
asked this question in
Q&A
Replies: 1 comment
-
What happens when when there is not beans.xml file in the jar? |
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've a couple of clients in a quarkus extension,
As long as a i put an empty beans.xml in the resources/META-INF of the runtime module, it all works fine.
However, when I add the client interface via the AdditionalIndexedClassesBuildItem, it doesn't seem to be sufficient for Quarkus CXf to build the clients, and make then available .. what is the correct way to do this?
Beta Was this translation helpful? Give feedback.
All reactions