Archive for January, 2010
org .apache .xerces .dom Deferred Document Impl getXmlStandalone Exception
java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredDocumentImpl.getXmlStandalone()Z Resolution: This error occurs when there is NO xercesImpl.jar in the class path. Remove the xerces.jar from the classpath and add xercesimpl.jar in the classpath. Good luck!
