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

Summary: Wrong Encoding - Tutorial Binding WSDL to Java with JAXB
Product: webservices Reporter: skygo <skygo>
Component: JAXBAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:

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