|
|
@@ -282,7 +282,7 @@ public class PersistenceXmlHelper {
|
|
|
properties.put("openjpa.QueryCompilationCache", "false");
|
|
|
properties.put("openjpa.LockManager", "none");
|
|
|
properties.put("openjpa.jdbc.ResultSetType", "scroll-insensitive");
|
|
|
- properties.put("openjpa.Multithreaded", "true");
|
|
|
+ properties.put("openjpa.Multithreaded", "false");
|
|
|
/* 如果启用本地初始化会导致classLoad的问题 */
|
|
|
properties.put("openjpa.DynamicEnhancementAgent", "false");
|
|
|
properties.put("openjpa.jdbc.SynchronizeMappings", "buildSchema(ForeignKeys=false)");
|