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:
Kevin W. Sutter 2014-06-03 19:45:39 +00:00
parent d6c469da60
commit 80015bdbf9
2 changed files with 3 additions and 2 deletions

View File

@ -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");

View File

@ -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>