Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SDO-M2
-
None
-
WinXP
Description
Starting from T-1317, we started to use HelperContext as the scope instead of TypeHelper or XSDHelper. The ClassCastException problem starts to appear when we need to cast HelperContext to HelperContextImpl to access the XMLStreamHelperImpl which is not a spec compliant Helper because the default helper context is not an instance of HelperContextImpl.