Top "Xjc" questions

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

Create a common xsd generated class to be used by other packages

I am trying to use the same generated class but in separate packages. So the structure should look something like …

xsd jaxb xjc maven-jaxb2-plugin
Maven JAXB2 XJC plugin: M2E plugin execution not covered

I am using using the jaxb2 xjc plugin for generating java files from a XSD. Therefore I used to configure …

java maven jaxb xjc maven-jaxb2-plugin
Specify @XmlJavaTypeAdapter class via bindings file?

I have a 3rd party interface that supplies xsd files that matches their API. Some of their mappings are not …

jaxb xjc
How to compile multiple xsd files in Gradle JAXB/XJC?

I'm fairly new to Gradle and I am facing some issues trying to compile multiple schema files using Gradle Ant …

ant jaxb gradle schema xjc
How to make generated classes contain Javadoc from XML Schema documentation

I'm currently working with an XML Schema that has <xsd:annotation>/<xsd:documentation> on most types …

java jaxb jax-ws javadoc xjc
SAXParseException: value is not a valid value for 'date'

I have an object tree of POJOs that represents an XML Schema. This was created with the following jaxb ant …

java datetime jaxb xsd xjc
How do I use JAXB/XJC to convert an XML file to an object?

I have been doing research on JAXB and XJC but from the documentation that is out there, including the Oracle …

java jaxb xjc
JAXB XJC code generation - "schemaLocation" missing in xml generated by Marshaller

I Use XJC tool to generate Java classes for my XSD schema. When I use JAXB Marshaller to marshall classes …

java xml xsd jaxb xjc
Prefixing JAXB generated classes

I have this Maven "task" to generate Java classes from an XSD file using JAXB. <!-- XML to Java …

jaxb xjc class-names
Resolving type definitions from imported schema in XJC fails

I've got this API using JAXB to conveniently use object models, generated from XML Schemas by the XJC (XML-to-Java) compiler, …

maven jaxb xjc xmlcatalog jaxb-episode