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


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.

Reply via email to