Duplicate :
|
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.
|