metro-jax-ws
metro-jax-ws copied to clipboard
wsimport ignores element name modification by JAXB bindings of wrapper style is used
Say I have a wrapper element Request which has following nested elements: ONE, TWO, etc. note the upppercase. Now, I have created a bindings file to make them readible: <jaxb:property name="one" />, etc. This works as expected. Now if I use the wrapper style == true, it unwraps the stuff but the variable names remain as in the original XSD defs. My JAXB property is completely ignored.
This should be taken into account.
Affected Versions
[2.2.8]
Source: https://github.com/javaee/metro-jax-ws/issues/1137 Author: glassfishrobot