Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

wsimport fails on non UTF-8 locales #1227

@LanceAndersen

Description

@LanceAndersen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions