-
Gradle shows deprecation warning to migrate to 7.0 due to wsdl2java plugin. This can be seen with Gradle build scan details(Plugin version used is 0.12). Please let us know how we can fix this warning…
-
Hi
When I run gradle clean build on the project which uses xsd2java plugin, I get this error
- What went wrong:
Execution failed for task ':ddx-common-rest-api:compileJava'.
> com/sun/tools/ja…
-
I'm aware this project is not being actively maintained, but the more active forks don't have open issues, so I'm opening it here in the hopes of reaching a broader audience.
From [Jaxb's release p…
-
Using 0.11 and 0.12 the generated files are built in `build/wsdl2java/...` and the copied in `build/generated/wsdl` but nothing gets in the specified `wsdlDir`. The presence of the directory specified…
-
It's no longer possible to specify the package name to be used per namespace.
Like specified in [wsdl2java](https://cxf.apache.org/docs/wsdl-to-java.html) documentation, it's possible to change the…
-
### Description
It would be very useful if the `quarkus-jaxb` extension would support generating Java objects from XSD files.
You could leverage the `xjc` tool which the `quarkus-cxf` extension alre…
-
I tried to configure the `wsdl2java` plugin with `-Xcollection-setter-injector` as follows:
```
wsdl2java {
options.add("-xjc-Xcollection-setter-injector")
wsdlDir = layout.projectDirectory
in…
-
I am trying to include the plugin 1.3.6 version using buildscript {} notation just as given in the readme (executing gradle script from IDEA). At project refreshing I get: "Error: Connection refused: …
tinca updated
8 years ago
-
Suddenly the wsdl2java started throwing following exception. The same following setup was working before two weeks.
```
apply plugin: 'no.nils.wsdl2java'
buildscript {
repositories {
…
-
[reference](http://axis.apache.org/axis/java/ant/ant.html)
### Creating WSDL files from Java
```xml
```
Generates a WSDL description from a Java class.
Attribute | Description | Type
--- |…