Browsing Tag 'SDO'

In the specification of SDO is defined that “xs:anyType”s in xml schema documents are represented in a map of DataObject SDO types. This leads to the problem of assigning simple types like String, Integer and Booleans. By assignment of a simple type to an element of anyType, you receive an ClassCastException at runtime. To solve [...]

categories…