-
Notifications
You must be signed in to change notification settings - Fork 164
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
Upgrade to a newer version of jaxb-xjc #54
Comments
same here. after I run ./mvnw clean compile, the code generation failed. and I tried with gradle as well, still the same.
|
I have same problem. how did you solve this problem?
|
@kubota-akihiro kind of forgot what I did but I think I didn't solve it. seems like jaxb-xjc is not easy to use. I decided to use this library to parse XML at last. |
Guys please refer to the guideline for solve the genJaxb issue. https://spring.io/guides/gs/consuming-web-service/#_run_the_target_web_service_locally It required to start the web service of server side only can run.
|
@jimmywshee your link is not referring to any issue. could you double check? |
Updated the link issue.. suppose it can helped to solved jaxb tooling issue |
We're going to rewrite this guide soon. I'll leave this issue open, though, as a reminder of something to check when we do the rewrite. Paging @gregturn |
The version used on the tutorial is old and the new ones introduce a few problems so I guess this needs a update.
The text was updated successfully, but these errors were encountered: