Hello,

We have a problem with  using org.codehaus.mojo.jaxb2-maven-
plugin for schema generation. We try to integrate Russian words as xml
element names but as a result of schema generation we have decimal NCRs
instead of Russian in xml element names (e.g. <xs:element
name="&#1042;&#1080;&#1076;&#1060;&#1086;&#1088;&#1084;&#1099;"
type="xs:string" minOccurs="0"/>).

Maven use UTF-8 encoding and there is no encoding schema generator
configuration. Element names in java classes are initialized by JAXB
annotations (e.g. @XmlElement(name ="Имя")).

Thanks,
Pavel

Reply via email to