details: https://code.openbravo.com/erp/devel/pi/rev/25c609294e5e changeset: 35437:25c609294e5e user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Wed Feb 06 16:27:17 2019 +0100 summary: fixes bug 40163: Don't use xercesImpl XML parser factory in update.database
Specify the com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl as the SAXParserFactory implementation to be used in update.database.java. It provides an XML parser which is faster than the implementation provided by the xercesImpl library. diffstat: src-db/database/build.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r 7d8efc4cd8e1 -r 25c609294e5e src-db/database/build.xml --- a/src-db/database/build.xml Wed Feb 06 14:36:33 2019 +0100 +++ b/src-db/database/build.xml Wed Feb 06 16:27:17 2019 +0100 @@ -104,6 +104,7 @@ <syspropertyset> <propertyref name="java.security.egd" /> </syspropertyset> + <sysproperty key="javax.xml.parsers.SAXParserFactory" value="com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl" /> </java> <antcall target="database.postupdate.${bbdd.rdbms}" /> <antcall target="update.dbupdate.timestamp" /> _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits