-
Notifications
You must be signed in to change notification settings - Fork 77
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
Compile WSDL files using the version 3.1.0 #245
Comments
I am also facing same issue do u find solution? |
@Ikrao I noticed this is a warning and not an error. I just add this option to remove the logs:
|
still same issue: [INFO] --- jaxb30-maven-plugin:0.15.0:generate (default) @ --- |
It worked for me with the following configuration:
|
Hi is there a solution/workaround for this error? I am seeing same error with plugin v3.1.0 using Java 17 as I am in process of upgrading my app from java 1.8 to 17.
|
I'm using the version 2.5.0 and it is working properly.
I'm trying to update to the version 3.1.0, because I need to generate the Java classes with Jakarta packages instead of javax ones.
I've tried the solution described here #171, changing the dependencies and I have the same behaviour when using the plugin 3.1.0:
Actually what I need is: generate Java classes with Jakarta packages from WSDL files, not matter the plugin version.
The text was updated successfully, but these errors were encountered: