Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SDO-beta1, Java-SDO-1.0
-
None
Description
XML load options can be passed when calling the XMLHelper.load(...) methods.
But there is currently no way to pass such load options to be used during Java deserialization.
Thus a way to set default load options should be provided, e.g. SDOUtil.setDefaultXMLOptions(HelperContext, Object options)
These default options could then be picked up during Java deserialization, i.e. in the method readDataObject in class HelperProviderImpl.ResolvableImpl.
Additionally the XMLResource.OPTION_RECORD_UNKNOWN_FEATURE option could be exposed in Tuscany SDO.