Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SDO-Next
-
None
-
None
Description
Trying to convert a Customer DataObject into XMLStreamReader, the root element is dummy which is not a global element. We would like to see xsi:type as follows.
<dummy xmlns="http://dummy" xsi:type="c:Customer" xmlns:xsi="..." xmlns:c="http://customer">
....
</dummy>
I have a fix. If you agree, I can commit.
Thanks,
Raymond