Thorsten Heit
Thorsten Heit
Can you try again with plugin version 2.6? It contains some fixes for Java >=9.
Hi, sorry for my late responding. Do you have a minimal sample that you can share? Without that it's hard to figure out what is causing the error you're seeing....
I guess I have seen a similar behavior when extracting the .tar.gz for Maven 3.8.x/3.9.x from within Git Bash in Windows. For some reasons the execute bit was not set...
Version 2.5 of this plugin supports the configuration parameters wsdlLocation, implPortName and implServiceName. Have you tried them?
Can you try the plugin version 2.6? It contains a few fixes for Java >= 9.
Does [this question and possible solution at Stackoverflow](https://stackoverflow.com/questions/12262289/inserting-code-with-xjcxsdjxb-using-the-options-xinject-code-extension) help you?
Can you have a look at my pull request #71? It contains fixes for invocation under Java 9-11, and at least on my machine it's not necessary anymore to specify...
Great to hear. Now let's wait for the project maintainers/owners what they think about the PR... ;-)
Is this still an issue with version 2.6 of this plugin that was released recently?
Using the configuration parameter "packageName" lets you specify a destination package for the generated code. In that case you'll lose the "hierarchy" defined in your WSDL, i.e. everything will be...