[jboss-cvs] JBossAS SVN: r62634 - 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:35:22 EDT 2007


Author: dimitris at jboss.org
Date: 2007-04-30 09:35:22 -0400 (Mon, 30 Apr 2007)
New Revision: 62634

Modified:
   branches/Branch_4_2/testsuite/src/resources/web/class-loading-ulr/jboss-web.xml
Log:
Use parent first class loading model with a scoped repository

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 13:25:03 UTC (rev 62633)
+++ branches/Branch_4_2/testsuite/src/resources/web/class-loading-ulr/jboss-web.xml	2007-04-30 13:35:22 UTC (rev 62634)
@@ -4,9 +4,10 @@
     "http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd">
 
 <jboss-web>
-    <!-- Use parent first class loading model -->
-    <class-loading java2ClassLoadingCompliance="true">
-        <!-- With an unscoped ULR -->
-	<loader-repository>jboss.test:ulr=true,java2ClassLoadingCompliance=true</loader-repository>
+    <!-- Use parent first class loading model with a scoped repository -->
+    <class-loading>
+       <loader-repository>jboss.test:ulr=true,java2ClassLoadingCompliance=true
+	      <loader-repository-config>java2ParentDelegaton=true</loader-repository-config>
+	   </loader-repository>
     </class-loading>
 </jboss-web>




More information about the jboss-cvs-commits mailing list