[OPENJPA-1993] Backport the fix to trunk

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1838154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Francesco Chicchiriccò 2018-08-16 06:51:36 +00:00
parent 18b101228f
commit 8107dfbfa0
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public abstract class XMLMetaDataParser extends DefaultHandler
private boolean _parsing = false;
private boolean _overrideContextClassloader = false;
private boolean _overrideContextClassloader = true;
public boolean getOverrideContextClassloader() {
return _overrideContextClassloader;