[jboss-cvs] JBossAS SVN: r58596 - in trunk/testsuite/src/resources/cluster/http: . http-cross-ctx-first/WEB-INF http-cross-ctx-second/WEB-INF http-cross-ctx-third/WEB-INF http-field/WEB-INF http-field-jdk5/WEB-INF http-jk/WEB-INF http-scoped/WEB-INF

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 06:50:23 EST 2006


Author: bstansberry at jboss.com
Date: 2006-11-18 06:50:20 -0500 (Sat, 18 Nov 2006)
New Revision: 58596

Modified:
   trunk/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/web.xml
   trunk/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/web.xml
   trunk/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/web.xml
   trunk/testsuite/src/resources/cluster/http/http-field-jdk5/WEB-INF/web.xml
   trunk/testsuite/src/resources/cluster/http/http-field/WEB-INF/web.xml
   trunk/testsuite/src/resources/cluster/http/http-jk/WEB-INF/web.xml
   trunk/testsuite/src/resources/cluster/http/http-scoped/WEB-INF/web.xml
   trunk/testsuite/src/resources/cluster/http/web.xml
Log:
Use CacheHelper to access cache

Modified: trunk/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/web.xml	2006-11-18 11:49:37 UTC (rev 58595)
+++ trunk/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/web.xml	2006-11-18 11:50:20 UTC (rev 58596)
@@ -8,6 +8,11 @@
 
    <distributable/>
 
+   <!-- Registers an mbean the test driver can use to check the cache state -->
+   <listener>
+  	 <listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+   </listener>
+
    <security-constraint>
       <web-resource-collection>
          <web-resource-name>Restricted</web-resource-name>

Modified: trunk/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/web.xml	2006-11-18 11:49:37 UTC (rev 58595)
+++ trunk/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/web.xml	2006-11-18 11:50:20 UTC (rev 58596)
@@ -8,6 +8,11 @@
 
    <distributable/>
 
+   <!-- Registers an mbean the test driver can use to check the cache state -->
+   <listener>
+  	 <listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+   </listener>
+
    <security-constraint>
       <web-resource-collection>
          <web-resource-name>Restricted</web-resource-name>

Modified: trunk/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/web.xml	2006-11-18 11:49:37 UTC (rev 58595)
+++ trunk/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/web.xml	2006-11-18 11:50:20 UTC (rev 58596)
@@ -8,6 +8,11 @@
 
    <distributable/>
 
+   <!-- Registers an mbean the test driver can use to check the cache state -->
+   <listener>
+  	 <listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+   </listener>
+
    <security-constraint>
       <web-resource-collection>
          <web-resource-name>Restricted</web-resource-name>

Modified: trunk/testsuite/src/resources/cluster/http/http-field/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/http-field/WEB-INF/web.xml	2006-11-18 11:49:37 UTC (rev 58595)
+++ trunk/testsuite/src/resources/cluster/http/http-field/WEB-INF/web.xml	2006-11-18 11:50:20 UTC (rev 58596)
@@ -8,6 +8,11 @@
 
    <distributable/>
 
+   <!-- Registers an mbean the test driver can use to check the cache state -->
+   <listener>
+  	 <listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+   </listener>
+
    <security-constraint>
       <web-resource-collection>
          <web-resource-name>Restricted</web-resource-name>

Modified: trunk/testsuite/src/resources/cluster/http/http-field-jdk5/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/http-field-jdk5/WEB-INF/web.xml	2006-11-18 11:49:37 UTC (rev 58595)
+++ trunk/testsuite/src/resources/cluster/http/http-field-jdk5/WEB-INF/web.xml	2006-11-18 11:50:20 UTC (rev 58596)
@@ -8,6 +8,11 @@
 
    <distributable/>
 
+   <!-- Registers an mbean the test driver can use to check the cache state -->
+   <listener>
+  	 <listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+   </listener>
+
    <security-constraint>
       <web-resource-collection>
          <web-resource-name>Restricted</web-resource-name>

Modified: trunk/testsuite/src/resources/cluster/http/http-jk/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/http-jk/WEB-INF/web.xml	2006-11-18 11:49:37 UTC (rev 58595)
+++ trunk/testsuite/src/resources/cluster/http/http-jk/WEB-INF/web.xml	2006-11-18 11:50:20 UTC (rev 58596)
@@ -8,4 +8,9 @@
 
    <distributable/>
 
+   <!-- Registers an mbean the test driver can use to check the cache state -->
+   <listener>
+  	 <listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+   </listener>
+
 </web-app>

Modified: trunk/testsuite/src/resources/cluster/http/http-scoped/WEB-INF/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/http-scoped/WEB-INF/web.xml	2006-11-18 11:49:37 UTC (rev 58595)
+++ trunk/testsuite/src/resources/cluster/http/http-scoped/WEB-INF/web.xml	2006-11-18 11:50:20 UTC (rev 58596)
@@ -8,6 +8,11 @@
 
    <distributable/>
 
+   <!-- Registers an mbean the test driver can use to check the cache state -->
+   <listener>
+  	 <listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+   </listener>
+
    <security-constraint>
       <web-resource-collection>
          <web-resource-name>Restricted</web-resource-name>

Modified: trunk/testsuite/src/resources/cluster/http/web.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/web.xml	2006-11-18 11:49:37 UTC (rev 58595)
+++ trunk/testsuite/src/resources/cluster/http/web.xml	2006-11-18 11:50:20 UTC (rev 58596)
@@ -11,6 +11,11 @@
   </description>
   <distributable/>
 
+  <!-- Registers an mbean the test driver can use to check the cache state -->
+  <listener>
+  	<listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+  </listener>
+  
   <!-- timeout is set to 60 seconds -->
   <session-config>
      <session-timeout>1</session-timeout>




More information about the jboss-cvs-commits mailing list