Skip to content
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

wsimport fails on non UTF-8 locales #601

Open
Tomas-Kraus opened this issue Jun 2, 2022 · 0 comments
Open

wsimport fails on non UTF-8 locales #601

Tomas-Kraus opened this issue Jun 2, 2022 · 0 comments

Comments

@Tomas-Kraus
Copy link
Member

Previously trcked via: https://bugs.openjdk.java.net/browse/JDK-8134598

When wsimport generates a client-jar from a WSDL-file with a characterset other than UTF-8, this client-jar
is unusable. This problem results from the fact, that client-jar contains a WSDL, with a missing
XML-declaration. (ex. )

The work around is to run wsimport in a UTF-8 locale

A reproducer is attached along with log files that show success and failure.

Source: javaee/metro-jax-ws#1227
Author: LanceAndersen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant