OPENJPA-1220:

Set openjpa.DynamicEnhancementAgent to false for maven builds. 

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@800404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-08-03 14:31:01 +00:00
parent bde4708bac
commit 1f9f4d68ef
1 changed files with 8 additions and 4 deletions

View File

@ -806,10 +806,10 @@
<exclude>org/apache/openjpa/persistence/meta/TestXMLPersistenceMetaDataSerializer.java</exclude>
<!-- TestPMMemory creates heapdumps etc and there's no real asserts within the test. -->
<exclude>org/apache/openjpa/persistence/kernel/TestPMMemory.java</exclude>
<!-- You can exclude the lockmgr test to save ~15 mins.
<exclude>org/apache/openjpa/persistence/lockmgr/*.java</exclude>
-->
<!-- ================================================================== -->
<!-- You can exclude the lockmgr test to save ~15 mins. -->
<!-- <exclude>org/apache/openjpa/persistence/lockmgr/*.java</exclude> -->
<!-- ================================================================== -->
<!-- Critera & MetaModel tests are *temporarily* excluded to wait for -->
<!-- spec to stabilize on Result Processing API -->
<!-- ================================================================== -->
@ -829,6 +829,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>