mirror of https://github.com/apache/openjpa.git
Fixed bug I introduced with new configuration setting earlier.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@567908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb1c554c4b
commit
3d22005bad
|
@ -482,6 +482,7 @@ public class OpenJPAConfigurationImpl
|
|||
|
||||
runtimeClassOptimization = addBoolean("RuntimeClassOptimization");
|
||||
runtimeClassOptimization.setDefault("true");
|
||||
runtimeClassOptimization.set(true);
|
||||
|
||||
// initialize supported options that some runtimes may not support
|
||||
supportedOptions.add(OPTION_NONTRANS_READ);
|
||||
|
|
Loading…
Reference in New Issue