mirror of https://github.com/apache/openjpa.git
OPENJPA-1148 Remove test.jvm.arguments, which was causing this module to always fail with a OOM PermGen space with 64bit Java 6 on Linux automated builds. Also merged in some recent updates in o-p-j for derby lock timeouts and ehnancer agent settings.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@801163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
02f2f3db70
commit
35be8fb0ba
|
@ -35,11 +35,6 @@
|
|||
<description>OpenJPA Integration Tests - Bean Validation</description>
|
||||
|
||||
<properties>
|
||||
<openjpa.loglevel>INFO</openjpa.loglevel>
|
||||
<!-- to set debug arguments, you might set the following at the command line:
|
||||
-Dtest.jvm.arguments="-Xmx500m -agentlib:jdwp=transport=dt_socket,server=y,address=8000"
|
||||
-->
|
||||
<test.jvm.arguments>-Xmx500m</test.jvm.arguments>
|
||||
<dbcp.maxActive>10</dbcp.maxActive>
|
||||
<dbcp.maxIdle>5</dbcp.maxIdle>
|
||||
<dbcp.minIdle>2</dbcp.minIdle>
|
||||
|
@ -285,6 +280,10 @@
|
|||
<name>openjpa.Log</name>
|
||||
<value>DefaultLevel=${openjpa.loglevel}</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>openjpa.DynamicEnhancementAgent</name>
|
||||
<value>false</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>openjpa.ConnectionDriverName</name>
|
||||
<value>org.apache.commons.dbcp.BasicDataSource</value>
|
||||
|
|
Loading…
Reference in New Issue