You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: