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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 22 20:13:42 EST 2009


Author: remy.maucherat at jboss.com
Date: 2009-11-22 20:13:41 -0500 (Sun, 22 Nov 2009)
New Revision: 96691

Modified:
   trunk/testsuite/src/resources/web/federation/authext/war-deployers-jboss-beans.xml
Log:
- Drop removed managerClass property.

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-23 01:08:49 UTC (rev 96690)
+++ trunk/testsuite/src/resources/web/federation/authext/war-deployers-jboss-beans.xml	2009-11-23 01:13:41 UTC (rev 96691)
@@ -164,12 +164,6 @@
       <!--Flag to delete the Work Dir on Context Destroy -->
       <property name="deleteWorkDirOnContextDestroy">false</property>
 
-      <!--
-          Class of the session manager (used if context is marked as 'distributable'. Currently allowed values:
-          - org.jboss.web.tomcat.service.session.JBossCacheManager
-      -->
-      <property name="managerClass">org.jboss.web.tomcat.service.session.JBossCacheManager</property>
-
       <!-- The name of the request property under with the authenticated JAAS
       Subject is stored on successful authentication. If null or empty then
       the Subject will not be stored.




More information about the jboss-cvs-commits mailing list