This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236294 - Wrong Encoding - Tutorial Binding WSDL to Java with JAXB
Summary: Wrong Encoding - Tutorial Binding WSDL to Java with JAXB
Status: RESOLVED INVALID
Alias: None
Product: webservices
Classification: Unclassified
Component: JAXB (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-23 20:21 UTC by skygo
Modified: 2015-08-27 16:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2013-09-23 20:21:19 UTC
windows 8x64 French Locale -- jdk 7.40
build 201309191137

During execution of [1]
I had issue compiling project. The jaxb generated class is using encoding of OS (Cp1252) instead of project (UTF_8).
All comment in jaxb is generated in french so "é" are problematic.

There is a workaraound 
xml_binding_build.xml xjc task must be altered by adding encoding="${source.encoding}"

[1] https://netbeans.org/kb/docs/websvc/jaxb.html
Comment 1 skygo 2015-08-27 16:06:44 UTC
Tutorial is no more present for netbeans 8.1