adb databinding for union types checks for wrong types.
-------------------------------------------------------
Key: AXIS2-2872
URL: https://issues.apache.org/jira/browse/AXIS2-2872
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Affects Versions: 1.2
Environment: All operating systems
Reporter: Denis Rachal
adb databinding for union types checks for wrong types. Method
org.apache.axis2.databinding.types.Union.setObject() checks for type "dobule"
instead of "double" and "datetime" instead of "dateTime". Note that the XML
schema "http://www.w3.org/2001/XMLSchema" specifically defines dateTime with a
capital "Time" and not lowercase "time".
The above causes client input of these union types to fail with Object not
found and unexpected element.
--
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]