XMLDocument loses XML encoding
------------------------------

                 Key: TUSCANY-1104
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1104
             Project: Tuscany
          Issue Type: Task
          Components: Java SDO Implementation
    Affects Versions: Java-SDO-Mx
            Reporter: Yang ZHONG
             Fix For: Java-SDO-Mx


        <?xml version="1.0" encoding="ASCII"?>
has encoding info which is lost in XMLDocument.

Have asked EMF to fix:
        https://bugs.eclipse.org/bugs/show_bug.cgi?id=173681

In case no fix available in time, the problem can be solved by removing
        
resource.getDefaultLoadOptions().put(XMLResource.OPTION_USE_DEPRECATED_METHODS, 
Boolean.FALSE);
from DataObjectUtil.configureXMLResource & 
DataGraphResourceFactoryImpl#createResource.

-- 
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]

Reply via email to