You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2016/09/17 12:04:25 UTC

Re: svn commit: r1761200 - in /ofbiz/trunk/framework/base/src/main/java/org/apache/ofbiz/base: container/ conversion/test/ util/ util/cache/ util/collections/ util/collections/test/ util/string/test/ util/template/ util/test/

Hi Ashish,

The comment above should be removed as well


Le 17/09/2016 � 13:38, ashish@apache.org a �crit :
> Modified: ofbiz/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java
> URL:http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java?rev=1761200&r1=1761199&r2=1761200&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java (original)
> +++ ofbiz/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java Sat Sep 17 11:38:35 2016
> @@ -422,22 +422,8 @@ public final class UtilXml {
>           long startTime = System.currentTimeMillis();
>   
>           // DON'T do this: seems to be causing problems with Catalina/Tomcat, maybe it is expecting a different parser?
> -        //System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
> -
Thanks!

Jacques