-
Bug
-
Resolution: Done
-
Major
-
7.0.0.DR9
-
None
Xerces update is needed to pass the JAXB TCK. (failing test: xml_schema/msData/datatypes/Facets/Schemas/jaxb/time_maxInclusive007_119.html#time_maxInclusive007_119)
From e-mail thread:
This is introduced by xerces 2.11.0.SP3 upgrade , and the previous work version is xerces 2.9.1. It looks xerces 2.11.0.SP3 can't correctly validate this schema file : time_maxInclusive007.xsd.
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" > <xs:simpleType name="base"> <xs:restriction base="xs:time"> <xs:maxInclusive value="12:00:00-10:00"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="derived"> <xs:restriction base="base"> <xs:maxInclusive value="12:00:00-14:00"/> </xs:restriction> </xs:simpleType> </xs:schema>
jaxb tck expected this error be explained :
[ERROR] cvc-maxInclusive-valid: Value '12:00:00-14:00' is not
facet-valid with respect to maxInclusive '22:00:00Z' for type 'base'.
line 8 of file:time_maxInclusive007.xsd
- clones
-
WFCORE-886 Upgrade to Xerces jboss-2.11.0.SP4 after merging pr#
-
- Closed
-