-
Bug
-
Resolution: Won't Do
-
Critical
-
None
-
6.1.0.GA
-
Documentation (Ref Guide, User Guide, etc.), Interactive Demo/Tutorial, Compatibility/Configuration
-
Medium
-
Closing, not sure if it is relevant anymore, or else speak up.
While validating xml against xsd with StAXSource,
validator.validate(new StAXSource(reader));
getting below exception:
java.lang.IllegalArgumentException: Source parameter of type
javax.xml.transform.stax.StAXSource' is not accepted by this validator.
at org.apache.xerces.jaxp.validation.ValidatorImpl.validate(Unknown Source)
Add support StAXSource in JBoss while validating XML against XSD schema. Instead of adding external xerces 2.11.0 jar as dependency to support StAXSource.