[jboss-cvs] JBossAS SVN: r95988 - trunk/testsuite/src/resources/web/federation/authext.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 4 00:03:42 EST 2009


Author: remy.maucherat at jboss.com
Date: 2009-11-04 00:03:42 -0500 (Wed, 04 Nov 2009)
New Revision: 95988

Modified:
   trunk/testsuite/src/resources/web/federation/authext/war-deployers-jboss-beans.xml
Log:
- Remove useless properties.

Modified: trunk/testsuite/src/resources/web/federation/authext/war-deployers-jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/web/federation/authext/war-deployers-jboss-beans.xml	2009-11-04 04:40:16 UTC (rev 95987)
+++ trunk/testsuite/src/resources/web/federation/authext/war-deployers-jboss-beans.xml	2009-11-04 05:03:42 UTC (rev 95988)
@@ -2,7 +2,7 @@
 
 <!--
 Web application deployers
-$Id:$
+$Id$
 -->
 <deployment xmlns="urn:jboss:bean-deployer:2.0">
 
@@ -153,28 +153,6 @@
       -->
       <property name="defaultSecurityDomain">java:/jaas/other</property>
 
-      <!-- Get the flag indicating if the normal Java2 parent first class
-           loading model should be used over the servlet 2.3 web container first
-           model.
-      -->
-      <property name="java2ClassLoadingCompliance">false</property>
-      <!-- A flag indicating if the JBoss Loader should be used. This loader
-           uses a unified class loader as the class loader rather than the tomcat
-           specific class loader.
-           The default is false to ensure that wars have isolated class loading
-           for duplicate jars and jsp files.
-      -->
-      <property name="useJBossWebLoader">false</property>
-      <!-- The list of package prefixes that should not be loaded without
-         delegating to the parent class loader before trying the web app
-         class loader. The packages listed here are those tha are used by
-         the web container implementation and cannot be overriden. The format
-         is a comma separated list of the package names. There cannot be any
-         whitespace between the package prefixes.
-         This setting only applies when UseJBossWebLoader=false.
-      -->
-      <property name="filteredPackages">javax.servlet,org.apache.commons.logging</property>
-
       <property name="lenientEjbLink">true</property>
 
       <!--Flag to delete the Work Dir on Context Destroy -->




More information about the jboss-cvs-commits mailing list