-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use Camel Quarkus with this extension #58
Comments
indeed the bug do not come from cxf extention but from jaxb one which is handle by quarkus project directly. jaxb.index contain a class that is not present in classLoader. so I guess it iss because you are on windows and replace ('/' is for linux... I will open a ticket on quarkus with fix. |
I have not used gizmo generation but the code from cxf so I think it will be fixed when I will have cxf who handle code generation spi to have class generated during build time. |
Hi @dufoli Have you already open an issue for this on Quarkus, if yes, can you paste the link pls? |
it is there : |
Describe the bug
Adding this extension to POM breaks Quarkus startup(?) when also using Camel Quarkus.
Expected behavior
This extension should work with Camel Quarkus extensions. Running
mvn verify
with the example should result to success.Actual behavior
Running Quarkus/test gives the following error:
To Reproduce
Steps to reproduce the behavior:
mvn verify
quarkus-cxf
from POMmvn verify
and observe successThe text was updated successfully, but these errors were encountered: