Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SDO-beta1
-
None
Description
I try to load the following XML document without defining XSD against the XSDHelper.
<?xml version="1.0" encoding="UTF-8"?>
<p:op xmlns="http://www.example.com/wrapper" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.example.com/wrapper wrapper.xsd ">
<message>message</message>
<symbol>symbol</symbol>
<message>message1</message>
<symbol>symbol1</symbol>
<symbol>symbol2</symbol>
</p:op>
Then when I call:
List properties = rootObject.getInstanceProperties();
For a property in the list, calling p.getType() gives me a ClassCastException.