[
https://issues.apache.org/jira/browse/SHINDIG-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-1224.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.1-BETA5
thanks!
> DOMImplementationProvider tries to load Xerces DOMImplementationImpl with the
> wrong package name
> ------------------------------------------------------------------------------------------------
>
> Key: SHINDIG-1224
> URL: https://issues.apache.org/jira/browse/SHINDIG-1224
> Project: Shindig
> Issue Type: Bug
> Components: Java
> Reporter: Tim Moore
> Fix For: 1.1-BETA5
>
>
> DOMImplementationProvider contains the following code:
> domImpl = (DOMImplementation)
>
> Class.forName("org.apache.xerces.internal.dom.DOMImplementationImpl").
> getMethod("getDOMImplementation").invoke(null);
> The actual class name should be org.apache.xerces.dom.DOMImplementationImpl
> (no "internal")
> http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/DOMImplementationImpl.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.