[jboss-cvs] JBossAS SVN: r59846 - branches/Branch_4_2/testsuite/src/resources/web/federation/authext.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 19 12:02:15 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-19 12:02:15 -0500 (Fri, 19 Jan 2007)
New Revision: 59846

Modified:
   branches/Branch_4_2/testsuite/src/resources/web/federation/authext/jboss-service.xml
Log:
tomcat -> JBossWeb

Modified: branches/Branch_4_2/testsuite/src/resources/web/federation/authext/jboss-service.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/web/federation/authext/jboss-service.xml	2007-01-19 17:01:19 UTC (rev 59845)
+++ branches/Branch_4_2/testsuite/src/resources/web/federation/authext/jboss-service.xml	2007-01-19 17:02:15 UTC (rev 59846)
@@ -73,9 +73,9 @@
 
       <!--
           Class of the session manager (used if context is marked as 'distributable'. Currently allowed values:
-          - org.jboss.web.tomcat.tc5.session.JBossCacheManager
+          - org.jboss.web.tomcat.service.session.JBossCacheManager
       -->
-      <attribute name="ManagerClass">org.jboss.web.tomcat.tc5.session.JBossCacheManager</attribute>
+      <attribute name="ManagerClass">org.jboss.web.tomcat.service.session.JBossCacheManager</attribute>
 
       <!-- The name of the request attribute under with the authenticated JAAS
       Subject is stored on successful authentication. If null or empty then
@@ -166,7 +166,7 @@
       <depends>jboss.cache:service=TomcatClusteringCache</depends>
       -->
       <depends>jboss:service=TransactionManager</depends>
-      <!-- Only needed if the org.jboss.web.tomcat.tc5.jca.CachedConnectionValve
+      <!-- Only needed if the org.jboss.web.tomcat.service.jca.CachedConnectionValve
       is enabled in the tomcat server.xml file
       -->
       <depends>jboss.jca:service=CachedConnectionManager</depends>




More information about the jboss-cvs-commits mailing list