Page 1 of 1

DocumentBuilderFactoryImpl

PostPosted: Thu Jan 20, 2011 7:50 pm
by ivano
Hello!

In IBM WebSphere i got javax.xml.parsers.FactoryConfigurationError: Provider com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl not found.
org.docx4j.openpackaging.parts.XmlPart makes:
Code: Select all
System.setProperty("javax.xml.parsers.DocumentBuilderFactory",
"com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");

Is it possible to use org.apache.xerces.jaxp.DocumentBuilderFactoryImpl from xerces2?

Thanks.

Re: DocumentBuilderFactoryImpl

PostPosted: Thu Jan 27, 2011 7:24 pm
by jason
That should be fine. Let me know if http://dev.plutext.org/trac/docx4j/changeset/1396 + 1397 does not work for you.