IDEMPIERE-949 Web services is loading spring schema resources from spring web site. Fixed changes that break webui.
This commit is contained in:
parent
5cfb18cd60
commit
460e5f2eac
|
@ -638,7 +638,6 @@ public final class Adempiere
|
||||||
DB.updateMail();
|
DB.updateMail();
|
||||||
|
|
||||||
System.setProperty("javax.xml.parsers.SAXParserFactory", "org.apache.xerces.jaxp.SAXParserFactoryImpl");
|
System.setProperty("javax.xml.parsers.SAXParserFactory", "org.apache.xerces.jaxp.SAXParserFactoryImpl");
|
||||||
System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} // startupEnvironment
|
} // startupEnvironment
|
||||||
|
|
Loading…
Reference in New Issue