diff --git a/openjpa-persistence-locking/.classpath b/openjpa-persistence-locking/.classpath new file mode 100644 index 000000000..0e3b12cd8 --- /dev/null +++ b/openjpa-persistence-locking/.classpath @@ -0,0 +1,4 @@ + + + + diff --git a/openjpa-persistence-locking/.project b/openjpa-persistence-locking/.project new file mode 100644 index 000000000..732c3ad5b --- /dev/null +++ b/openjpa-persistence-locking/.project @@ -0,0 +1,13 @@ + + openjpa-persistence-locking + OpenJPA Persistence Locking Tests + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml index 3963f9b46..7e72880f3 100644 --- a/openjpa-persistence-locking/pom.xml +++ b/openjpa-persistence-locking/pom.xml @@ -1,38 +1,47 @@ - - - + + 4.0.0 - org.apache.openjpa - openjpa-persistence-locking - jar - OpenJPA Persistence Locking - OpenJPA Persistence Locking tests - http://openjpa.apache.org + org.apache.openjpa openjpa-parent 2.0.0-SNAPSHOT + + org.apache.openjpa + openjpa-persistence-locking + jar + OpenJPA Persistence Locking Tests + OpenJPA Persistence Locking Tests + 10 5 2 10000 MaxActive=${dbcp.maxActive},MaxIdle=${dbcp.maxIdle},MinIdle=${dbcp.minIdle},MaxWait=${dbcp.maxWait} + 60 5 ignore @@ -601,7 +610,6 @@ derby.locks.deadlockTimeout ${derby.locks.deadlockTimeout} - derby.locks.waitTimeout ${derby.locks.waitTimeout}