[jboss-cvs] JBossAS SVN: r72380 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 17 14:59:46 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-17 14:59:46 -0400 (Thu, 17 Apr 2008)
New Revision: 72380

Removed:
   trunk/tomcat/src/resources/jbossweb-clusteredsso-beans.xml
Log:
[JBAS-5380] Convert ClusteredSingleSignOn to use CacheManager

Deleted: trunk/tomcat/src/resources/jbossweb-clusteredsso-beans.xml
===================================================================
--- trunk/tomcat/src/resources/jbossweb-clusteredsso-beans.xml	2008-04-17 18:59:25 UTC (rev 72379)
+++ trunk/tomcat/src/resources/jbossweb-clusteredsso-beans.xml	2008-04-17 18:59:46 UTC (rev 72380)
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-
-   <!-- First we create a Configuration object for the cache -->
-   <bean name="ClusteredSSOCacheConfig" class="org.jboss.cache.config.Configuration">
-      
-      <!-- Externally injected services -->  
-      <property name="runtimeConfig">
-         <bean name="ClusteredSSOCacheRuntimeConfig" class="org.jboss.cache.config.RuntimeConfig">
-            <property name="transactionManager">
-            	<bean name="ClusteredSSOBatchManager" class="org.jboss.cache.transaction.BatchModeTransactionManager"/>
-            </property>
-            <property name="muxChannelFactory"><inject bean="JChannelFactory"/></property>
-         </bean>
-      </property>
-      
-      <property name="multiplexerStack">${jboss.multiplexer.stack:udp}</property>
-   
-      <property name="clusterName">${jboss.partition.name:DefaultPartition}-ClusteredSSOCache</property>
-   
-      <property name="nodeLockingSchemeString" class="java.lang.String">PESSIMISTIC</property>
-      <property name="isolationLevelString" class="java.lang.String">REPEATABLE_READ</property>
-      <property name="cacheModeString">REPL_ASYNC</property>
-   
-      <property name="syncReplTimeout">20000</property>
-      <property name="lockAcquisitionTimeout">15000</property>
-      <property name="stateRetrievalTimeout">60000</property>
-   
-      <property name="useRegionBasedMarshalling">false</property>
-      <property name="inactiveOnStartup">false</property>
-        
-      <property name="exposeManagementStatistics">true</property>
-   </bean>
-    
-   <!-- Now we use the above configuration to construct the cache itself -->
-   <bean name="ClusteredSSOCache" class="org.jboss.cache.jmx.CacheJmxWrapper">
-      
-      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.cache:service=ClusteredSSOCache", exposedInterface=org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean.class, registerDirectly=true)</annotation>
-      
-      <property name="configuration"><inject bean="ClusteredSSOCacheConfig"/></property>
-      
-   </bean>
-	
-</deployment>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list