Top "Xjc" questions

XJC is a JAXB tool for compiling XSD (XML Schema) to Java source code.

JAXB Bindings to schemas in a JAR

I'm using the maven jaxb2 plugin to generate Java classes, built from schemas in a jar. However, I'm not sure …

java maven jaxb xjc maven-jaxb2-plugin
Compile several XSD's containing duplicate definitions of the same element with JAXB

Question: How do i make xjc/Jaxb generate the propper javaclasses for several schemas containing duplicate elementdefinitions in the same …

java xsd jaxb xjc
Generate Java classes from multiple XSDs with XJC

I have two xsd files: base.xsd: <schema targetNamespace="http://www.myorg.com/base" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns="…

java jaxb xjc
JAXB XJC Possible to suppress comment creation in generated classes?

Our project uses XJC to generate Java classes from an XSD. I'm using JAVA EE 6. When all the XSDs we …

java svn jakarta-ee jaxb xjc
how to make cxf-xjc-plugin generate sources in utf-8

I try to generate java classes from xsd in a maven project using cxf-xjc-plugin. It runs fine, but the generated …

java maven encoding cxf xjc
Generate additional custom method with jaxb-xjc

There's some way to generate a custom method within an class generated with JAXB. I search around tutorials, including oracle's …

java methods xsd jaxb xjc
Using XJB with jaxb2-maven-plugin

I have a multi-module maven project in the following structure: root-module |__module-a | |__src | |__main | |__xsd | | |__my.xsd | |__xjb | |__my.xjb |__…

maven jaxb2 xjc jaxb2-maven-plugin xjb
How generate XMLElementWrapper annotation with xjc and customized binding

I'm using JAXB and xjc to compile my XML Schema into Java classes. I do not want to manually edit …

java jaxb xjc
org.codehaus.mojo : jaxb2-maven-plugin : 1.6 --> API incompatibility was encountered

when using jaxb2-maven-plugin from codehaus i get the following problem marker in eclipse the content of this marker contains …

maven jaxb xsd xjc jaxb2-maven-plugin
generate Go structs from XSD

recently I am planing to do a project using Go. My problem is : given a XSD file, how to auto-generate …

xml jaxb xsd go xjc