Cannot set XMLGrammarPool to null on the DOMConfiguration
---------------------------------------------------------
Key: XERCESJ-1231
URL: https://issues.apache.org/jira/browse/XERCESJ-1231
Project: Xerces2-J
Issue Type: Bug
Components: DOM (Level 3 Core)
Affects Versions: 2.9.0
Reporter: Michael Glavassevich
There's one test (domconfigparameternames01) in the W3C DOM Level 3 Core test
suite which currently fails because it cannot set the XMLGrammarPool parameter
to null (which is its initial value). Applications should be able to remove
their grammar pool from the DOMConfiguration if they have previously set one.
1)
http://www.w3.org/2001/DOM-Test-Suite/level3/core/domconfigparameternames01(org.w3c.domts.JUnitTestCaseAdapter)
org.w3c.dom.DOMException: TYPE_MISMATCH_ERR: The value type for this parameter
name is incompatible with the expected value type.
at org.apache.xerces.dom.DOMConfigurationImpl.setParameter(Unknown
Source)
at
org.w3c.domts.level3.core.domconfigparameternames01.runTest(domconfigparameternames01.java:96)
--
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]