[jboss-cvs] JBossAS SVN: r62632 - branches/Branch_4_2/testsuite/src/resources/web/class-loading-ulr.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 30 09:21:15 EDT 2007


Author: dimitris at jboss.org
Date: 2007-04-30 09:21:15 -0400 (Mon, 30 Apr 2007)
New Revision: 62632

Modified:
   branches/Branch_4_2/testsuite/src/resources/web/class-loading-ulr/jboss-web.xml
Log:
remove the explicit loader class reference

Modified: branches/Branch_4_2/testsuite/src/resources/web/class-loading-ulr/jboss-web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/web/class-loading-ulr/jboss-web.xml	2007-04-30 11:22:46 UTC (rev 62631)
+++ branches/Branch_4_2/testsuite/src/resources/web/class-loading-ulr/jboss-web.xml	2007-04-30 13:21:15 UTC (rev 62632)
@@ -7,6 +7,6 @@
     <!-- Use parent first class loading model -->
     <class-loading java2ClassLoadingCompliance="true">
         <!-- With an unscoped ULR -->
-	<loader-repository loaderRepositoryClass="org.jboss.mx.loading.UnifiedLoaderRepository3">jboss.test:ulr=true,java2ClassLoadingCompliance=true</loader-repository>
+	<loader-repository>jboss.test:ulr=true,java2ClassLoadingCompliance=true</loader-repository>
     </class-loading>
 </jboss-web>




More information about the jboss-cvs-commits mailing list