-
Found problem with in JAXB:XJC. The problem occurs when trying to generate binding classes upon XSD's with jaxb xjc.
My xsd has a type hierarchy with restriction from CodeType, through ItemType, to …
-
-
The given XSD
```
```
when compiled with XJC v2.2.11 (also tried v2.2.4 and v2.2.8) ca…
-
com.sun.tools.xjc.XJCTask supports language:"WSDL" to directly process WSDL files.
This is the only way I currently can process SAP generated WSDL files, as they contain 2 schemas.
https://github…
-
I have created an Ant XJC task and I am using jaxb-xjc-4.0.4. While building I am seeing below error:
java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cas…
-
[INFO] The [forceRegenerate] switch is turned on, XJC will be executed.
[INFO] Parsing input schema(s)...
[ERROR] Error while parsing schema(s).Location [].
org.xml.sax.SAXParseException; schema_re…
-
When i add `xsd:annotation` block with ``, exception occurs:
```
Execution failed for task ':xjcGenerate'.
> A failure occurred while executing org.unbrokendome.gradle.plugins.xjc.work.xjc23.XjcGen…
-
We are using JDK 10. We get a bunch of errors when some of the dependencies listed in the readme of this project seem to reference good old tools.jar. Since this is no longer available since jigsaw th…
-
Hello,
In the build.xml of the modify-marshal sample there is:
```
```
This does not work on my machine with java 8.
When I do in the modify-marshal sample (in ec…
-
The plugin currently requires the jaxb-xjc library to be added to the jaxb Configuration. The compile Configuration inherits from the jaxb Configuration which ultimately means that the jaxb-xjc libra…