Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema element with nillable="true" minOccurs="0" maxOccurs="unbounded" doesn't compile to List<JAXBElement> #64

Open
kazik666 opened this issue Apr 9, 2018 · 0 comments

Comments

@kazik666
Copy link

kazik666 commented Apr 9, 2018

Hi,

I'm using jaxws-maven-plugin in 2.5 version combined with jaxws-tools in 2.3.0 version and i have problem with generated code, because XML element with nillable="true" minOccurs="0" maxOccurs="unbounded" doesn't compile to List<JAXBElement>. I try many version of this plugin and always in generated code i have List for nillable elements. I found similar question on:
https://stackoverflow.com/questions/48849949/jaxbelementt-is-not-getting-generated-in-my-case-when-using-wsimport-to-genera
but there wasn't any solution to fix this problem.

Regards,
Lukasz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant