mirror of https://github.com/apache/openjpa.git
No need to eagerly instantiate plugins for class transformer configuration.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@471804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e85e90c1e
commit
cd65ce1c4d
|
@ -127,7 +127,6 @@ public class PersistenceProviderImpl
|
|||
}
|
||||
});
|
||||
conf.setReadOnly(true);
|
||||
conf.instantiateAll();
|
||||
|
||||
MetaDataRepository repos = conf.getMetaDataRepositoryInstance();
|
||||
repos.setResolve(MetaDataModes.MODE_MAPPING, false);
|
||||
|
|
Loading…
Reference in New Issue