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

Added internationalization to the WS generator #482

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

Added internationalization to the WS generator #482

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

Comments

@Tomas-Kraus
Copy link
Member

Hello.

Modifications were made to bring i18n to the WS generator.
Internationalized literals were extracted from classes and ported to MessageBundle.properties files. Then, mapping was made in Messages.java enumerations and ported to the relevant classes.

This will allow users to fully internationalize their generated javadoc wich is important when the final customer of the WSDL generated classes isn't of english language.

Patch is provided in attachment.

This issue is linked to its JAXB counterpart issue JAXB-841

Environment

Windows XP, Java 5 with JAX-WS 2.2.X

Affected Versions

[2.2, 2.2.1, 2.2.2, 2.2.3, 2.2.4, current]

Source: javaee/metro-jax-ws#954
Author: glassfishrobot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment