javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

wsimport does not pass bindings file to XJC #1153

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 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]

glassfishrobot commented 10 years ago

Reported by michael-o

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS-1153