mirror of https://github.com/apache/openjpa.git
[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:
parent
18b101228f
commit
8107dfbfa0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue