-
I'm trying to generate the Java classes from a zip file with a bunch of schemas files plus some binding files.
My gradle build file is as follows:
```
dependencies {
jaxb 'com.sun.xml.bind:jaxb-x…
-
After updating from gradle 7.6 to 8.0.1 we got the following exception.
To be honest we are using this fork, but issue tracking is not available there: https://github.com/seanrl/gradle-jaxb-plugin
…
-
Hi JAXB-Team!
I've spent quite a bit of time looking around, but haven't found an answer to
this question.
I'm trying to create some usable classes out of the Google KML Schema found here:
[http://s…
-
I have the following snippet in my xsd file. I would expect that it generates a Java Enum with the two elements STANDALONE and CONNECTED.
```
A sample
…
-
If I set jaxb:version="2.2" or jaxb:version="2.2.1" and run xjc, I get the
following error message:
[ERROR] JAXB version attribute must be "1.0"
xjc will accept jaxb:version="2.1". I recommend that …
-
I am currently trying to migrate an application from spring boot 2.7 to Spring Boot 3,
whereby the Spring 6 is using Jakarta EE 9 instead of JEE.
Now I have a problem with the generation of the java…
-
Explicit specifying argument _map="true"_ or _map="1"_ for _typesafeEnumClass_ element causes xjc error.
Without this argument xjc works fine - as expected (default value for _map_ argument is _true_)…
-
Attempting to compile a schema exposes duplicate propertty in datatypes.xsd
[ERROR] jar:[file:/C:/Users/MSpamer/.m2/repository/com/sun/xml/bind/jaxb-xjc/2.1.13/jaxb-xjc-2.1.13.jar!/com/sun/xml/xsom/i…
-
SQL Server (and possibly other databases) allow for registering XSD files for use with XML data in the database. Such XSD files can be used to validate XML content in table columns of type `XML`.
jOO…
-
I use JAXB 2.1 nighty build on Sept. 6.
The folloing is the part of the schema:
......
and I have the folloiwng global declaration:
If the simple binding mode is used, XJC displays the fo…