mirror of https://github.com/apache/openjpa.git
OPENJPA-2459. Revert back to Java 6 in preparation for an interim release before embarking on JPA 2.1 and Java 7 and the rest of Java EE 7...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1599775 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6c469da60
commit
80015bdbf9
|
@ -46,6 +46,7 @@ public class TestMultithreadedReparameterization extends TestCase {
|
|||
super.setUp();
|
||||
if (emf == null) {
|
||||
Properties config = new Properties();
|
||||
config.put("openjpa.jdbc.SynchronizeMappings", "buildSchema(ForeignKeys=true,SchemaAction='drop,add')");
|
||||
config.put("openjpa.Log", "SQL=WARN");
|
||||
config.put("openjpa.jdbc.QuerySQLCache", "true(EnableStatistics=true)");
|
||||
config.put("openjpa.ConnectionFactoryProperties", "PrintParameters=true");
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -43,8 +43,8 @@
|
|||
<version>2.4.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<java.class.version>1.7</java.class.version>
|
||||
<java.testclass.version>1.7</java.testclass.version>
|
||||
<java.class.version>1.6</java.class.version>
|
||||
<java.testclass.version>1.6</java.testclass.version>
|
||||
|
||||
<openjpa.version>${project.version}</openjpa.version>
|
||||
<openjpa.Log>DefaultLevel=INFO</openjpa.Log>
|
||||
|
|
Loading…
Reference in New Issue