-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b58
-
generic
-
solaris_2.5.1
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2100407 | 5.0 | Venugopal K | P3 | Resolved | Fixed | rc |
Hi:
Because of the changes in DOMMessageFormatter for supporting localization for new messages, we are getting the following exception
===
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key BadMessageKey
at java.util.ResourceBundle.getObject(ResourceBundle.java:326)
at java.util.ResourceBundle.getString(ResourceBundle.java:286)
at org.apache.xerces.dom.DOMMessageFormatter.formatMessage(Unknown Source)
at org.apache.xerces.dom.DOMNormalizer.isCDataWF(Unknown Source)
at org.apache.xerces.dom.DOMNormalizer.normalizeNode(Unknown Source)
at org.apache.xerces.dom.DOMNormalizer.normalizeNode(Unknown Source)
at org.apache.xerces.dom.DOMNormalizer.normalizeDocument(Unknown Source)
at org.apache.xerces.dom.CoreDocumentImpl.normalizeDocument(Unknown Source)
at javasoft.sqe.tests.api.org.w3c.dom.DOMConfiguration.ParamsTests.SplitCDATA002(ParamsTests.java:1357)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
at javasoft.sqe.tests.api.org.w3c.dom.DOMConfiguration.ParamsTests.main(ParamsTests.java:202)
===
with TCK test "test api/org_w3c/dom/DOMConfiguration/index.html#Params" with the July 12 nightly Tiger build
The attached stripped down test demonstrates the problem
Regards
-Ramesh
Because of the changes in DOMMessageFormatter for supporting localization for new messages, we are getting the following exception
===
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key BadMessageKey
at java.util.ResourceBundle.getObject(ResourceBundle.java:326)
at java.util.ResourceBundle.getString(ResourceBundle.java:286)
at org.apache.xerces.dom.DOMMessageFormatter.formatMessage(Unknown Source)
at org.apache.xerces.dom.DOMNormalizer.isCDataWF(Unknown Source)
at org.apache.xerces.dom.DOMNormalizer.normalizeNode(Unknown Source)
at org.apache.xerces.dom.DOMNormalizer.normalizeNode(Unknown Source)
at org.apache.xerces.dom.DOMNormalizer.normalizeDocument(Unknown Source)
at org.apache.xerces.dom.CoreDocumentImpl.normalizeDocument(Unknown Source)
at javasoft.sqe.tests.api.org.w3c.dom.DOMConfiguration.ParamsTests.SplitCDATA002(ParamsTests.java:1357)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
at javasoft.sqe.tests.api.org.w3c.dom.DOMConfiguration.ParamsTests.main(ParamsTests.java:202)
===
with TCK test "test api/org_w3c/dom/DOMConfiguration/index.html#Params" with the July 12 nightly Tiger build
The attached stripped down test demonstrates the problem
Regards
-Ramesh
- backported by
-
JDK-2100407 Regression: TCK test api/org_w3c/dom/DOMConfiguration/index.html#Params fails
-
- Resolved
-