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/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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/

Jacques Le Roux
Administrator
Hi Ashish,

The comment above should be removed as well


Le 17/09/2016 à 13:38, [hidden email] 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