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
Here the issue is that The @xmlelement(nillable=false) doesn't work with String[]
i.e. nillable attribute is not honored by any array elements
So for the fix I have removed the check nav.isArray(type) from AbstractWrapperBeanGenerator.processXmlElement which sets nillable to true for all array type elements
Here the issue is that The @xmlelement(nillable=false) doesn't work with String[]
i.e. nillable attribute is not honored by any array elements
So for the fix I have removed the check nav.isArray(type) from AbstractWrapperBeanGenerator.processXmlElement which sets nillable to true for all array type elements
Signed-off-by: vavishal [email protected]
Source: javaee/metro-jax-ws#1254
Author: vavishal
The text was updated successfully, but these errors were encountered: