Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-20
-
Fix Version/s: 1.0-alpha-22
-
Component/s: modello-plugin-xsd
-
Labels:None
-
Complexity:Intermediate
Description
boolean attributes are detected as xs:boolean schema primitive type
Boolean objects are not recognized as primitive type and cause an exception: java.lang.IllegalStateException: Non-association field of a non-primitive type 'Boolean' for 'xxx'
Issue Links
- depends upon
-
MODELLO-123
Add support for Integer, Long, Float and Double fields
-
should it simply be represented like boolean as xs:boolean?
Or is there something more subtle to do to handle null value?
Any thought?