Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JiBX 1.1.6
-
Fix Version/s: JiBX 1.2.2
-
Component/s: core
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
http://www.w3.org/TR/xmlschema-2/#dateTime permits "T24:00:00" in xs:dateTime to represent midnight at the end of the day. But JiBX throws JiBXException when asked to deserialize this because it does not permit hours greater than 23.
CVS patch containing suggested fix.