[jboss-cvs] JBossAS SVN: r61792 - projects/vfs/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 28 12:32:50 EDT 2007


Author: pgier
Date: 2007-03-28 12:32:50 -0400 (Wed, 28 Mar 2007)
New Revision: 61792

Modified:
   projects/vfs/trunk/pom.xml
Log:
JBBUILD-352; Added configuration to use system classpath when running unit tests.  
The protocol handler was not able to load using the default isolated class loader.

Modified: projects/vfs/trunk/pom.xml
===================================================================
--- projects/vfs/trunk/pom.xml	2007-03-28 16:05:19 UTC (rev 61791)
+++ projects/vfs/trunk/pom.xml	2007-03-28 16:32:50 UTC (rev 61792)
@@ -61,12 +61,7 @@
           <disableXmlReport>false</disableXmlReport>
           <testFailureIgnore>true</testFailureIgnore>
           <forkMode>once</forkMode> <!-- required to correctly run the PojoServer tests -->
-          <systemProperties>
-            <property>
-              <name>java.protocol.handler.pkgs</name>
-              <value>org.jboss.virtual.protocol</value>
-            </property>
-          </systemProperties>
+          <useSystemClassLoader>true</useSystemClassLoader>
         </configuration>
       </plugin>
       <plugin>
@@ -110,4 +105,5 @@
       <url>file://${maven.cvs.root}</url>
     </repository>
   </distributionManagement>
+
 </project>




More information about the jboss-cvs-commits mailing list