mirror of https://github.com/apache/openjpa.git
Possible fix for http://www.nabble.com/InstantiationException-in-latest-OpenJPA-build-tp15799949p15799949.html, which seems to be caused by an attempt to reflectively instantiate a ClassResolverImpl. I've done zero research into how this regression made its way into the codebase, and have not created a test case.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@633326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64402ea7da
commit
1b76c6df24
|
@ -479,7 +479,7 @@ public class PersistenceUnitInfoImpl
|
|||
/**
|
||||
* Simple class resolver built around the persistence unit loader.
|
||||
*/
|
||||
private static class ClassResolverImpl
|
||||
public static class ClassResolverImpl
|
||||
implements ClassResolver {
|
||||
|
||||
private final ClassLoader _loader;
|
||||
|
|
Loading…
Reference in New Issue