eclipse-ee4j / metro-jax-ws

metro-jax-ws
https://eclipse-ee4j.github.io/metro-jax-ws/
BSD 3-Clause "New" or "Revised" License
72 stars 40 forks source link

wsimport does not pass bindings file to XJC #544

Open Tomas-Kraus opened 2 years ago

Tomas-Kraus commented 2 years ago

I have some JAXB custom plugins in use in my JAX-WS bindings file. Namely JAXB2 Commons Inheritance plugin. After successful wsimport config, nothing happens, Java files aren't modified. It seems like custom namespaces and extensionBindingPrefixes are ignored.

A litmus test with a custom plugin without a namespace does work as depicted in JAX_WS_COMMONS-131 (-Xcommons-lang.

Affected Versions

[2.2.8]

Source: https://github.com/javaee/metro-jax-ws/issues/1153 Author: glassfishrobot