-
Bug
-
Resolution: Fixed
-
P3
-
7u3
-
master
-
Not verified
If we have an element type= xsd:boolean minOccurs=0 , then jaxb conversion
converts it to java.lang.Boolean object instead of primitive java type
boolean.
To resolve this, optionalProperty="primitive" is specified in the xjb binding file.
Inspite of this, the jaxb convertor converts boolean xsd type to
java.lang.Boolean.
converts it to java.lang.Boolean object instead of primitive java type
boolean.
To resolve this, optionalProperty="primitive" is specified in the xjb binding file.
Inspite of this, the jaxb convertor converts boolean xsd type to
java.lang.Boolean.
- duplicates
-
JDK-8036030 Update JAX-WS RI integration to latest version
- Resolved