Open glassfishrobot opened 10 years ago
Reported by michael-o
yaroska said: Can you please provide small test case?
Thanks.
michael-o said: Yes, I will create one. Give me a few days please.
michael-o said: Iaroslav,
I have prepared a minimal example now but I cannot upload anything in JIRA here. How to proceed?
yaroska said: Hi, Michael,
please send it to me to iaroslav.savytskyi at oracle.com and I will attach it here.
Thanks a lot.
michael-o said: Have a look at the embedded schema, you'll find two elements: SSO_URL and SSO_APP_ID. I have redeclared those names in the JAX-WS bindings file to ssoUrl and ssoAppId. Now open ImportPort.java and you'll see that the parameters are note renamed.
yaroska said: test
michael-o said: Iaroslav Savytskyi, did you have a chance to take a look at the example?
michael-o said: Any news?
File: jaxws-1137.zip Attached By: yaroska
This issue was imported from java.net JIRA JAX_WS-1137
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: , 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]