-
Hello,
With the release of Jakarta EE 9, it has been transferred from Oracle to open-source Eclipse Foundation which required changing the API package name from javax namespace to jakarta. Is there p…
-
Hi,
In your example here https://eclipse-ee4j.github.io/metro-jax-ws/jaxws-maven-plugin/examples/using-jaxb-plugins.html, you suggest to use the library org.jvnet.jaxb2_commons:jaxb2-basics to enab…
-
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 given XSD
```
```
when compiled with XJC v2.2.11 (also tried v2.2.4 and v2.2.8) ca…
-
As it stands, the XjcPlugin defers adding the java and resource sourceSets until the XjcTask is actually created. This causes some serious problems when trying to use plugins that read and use those s…
-
Version 5.1.0 does not seem to support the "language" parameter for the javagen task.
```groovy
jaxb {
javaGen {
bindings {
schema = file('src/main/resources/bindings/wsdl/CreditApplicati…
-
We upgraded from 2.0.12, and we are getting random failures which suggest a messy classpath:
```
09:46:23,906 [INFO] [jenkins-event-spy] Generated /root/workspace/XWiki_xwiki-platform_master@tmp/w…
-
https://repo.maven.apache.org/maven2/org/unbroken-dome/gradle-plugins/gradle-xjc-plugin/2.0.0/gradle-xjc-plugin-2.0.0.pom ==>
404 Not Found
-
I tried to configure the `wsdl2java` plugin with `-Xcollection-setter-injector` as follows:
```
wsdl2java {
options.add("-xjc-Xcollection-setter-injector")
wsdlDir = layout.projectDirectory
in…
-
Hi,
my XJC plugins support vendor customizations, some of them can be apply on the
property level. Recently I have found out that you can't customize xs:any.
This works:
This does not work:…