-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b20
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key cvc-complex-type.2.4.d.1
JDK code XSDFACM.java defined an error "cvc-complex-type.2.4.d.1", path jdk1.8.0_271\jre\lib\rt.jar!\com\sun\org\apache\xerces\internal\impl\xs\models\XSDFACM.class line 1239, but the key is not bundled to any resources, the resources should be defined: jdk1.8.0_271\jre\lib\resources.jar!\com\sun\org\apache\xerces\internal\impl\msg\XMLSchemaMessages.properties
For the properties we can see cvc-complex-type.2.4.d, but not cvc-complex-type.2.4.d.1
Could you please help to check? Thank you!
FREQUENCY : always
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key cvc-complex-type.2.4.d.1
JDK code XSDFACM.java defined an error "cvc-complex-type.2.4.d.1", path jdk1.8.0_271\jre\lib\rt.jar!\com\sun\org\apache\xerces\internal\impl\xs\models\XSDFACM.class line 1239, but the key is not bundled to any resources, the resources should be defined: jdk1.8.0_271\jre\lib\resources.jar!\com\sun\org\apache\xerces\internal\impl\msg\XMLSchemaMessages.properties
For the properties we can see cvc-complex-type.2.4.d, but not cvc-complex-type.2.4.d.1
Could you please help to check? Thank you!
FREQUENCY : always
- relates to
-
JDK-8355006 XML Schema is not thread safe
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/4f58af0a
-
Review(master) openjdk/jdk21u-dev/1713
-
Review(master) openjdk/jdk/24747