Provide a way to set default XML load options to be used during Java
deserialization
------------------------------------------------------------------------------------
Key: TUSCANY-1317
URL: https://issues.apache.org/jira/browse/TUSCANY-1317
Project: Tuscany
Issue Type: New Feature
Components: Java SDO Implementation
Affects Versions: Java-SDO-beta1, Java-SDO-1.0
Reporter: Daniel Peter
Fix For: Java-SDO-beta1
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]