You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2010/10/03 20:03:38 UTC

svn commit: r1004017 - /openjpa/trunk/pom.xml

Author: allee8285
Date: Sun Oct  3 18:03:38 2010
New Revision: 1004017

URL: http://svn.apache.org/viewvc?rev=1004017&view=rev
Log:
revert r1003634 "<useSystemClassLoader>true</useSystemClassLoader>" change that caused failure in TestEnhancementWithMultiplePUs.

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1004017&r1=1004016&r2=1004017&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Sun Oct  3 18:03:38 2010
@@ -694,7 +694,7 @@
                         <argLine>${surefire.jvm.args}</argLine>
                         <useFile>false</useFile>
                         <trimStackTrace>false</trimStackTrace>
-                        <useSystemClassLoader>false</useSystemClassLoader>
+                        <useSystemClassLoader>true</useSystemClassLoader>
                     <systemProperties>
                         <property>
                             <name>openjpa.Log</name>