[jboss-cvs] JBossAS SVN: r108874 - projects/ejb3/branches/infinispan-int/core/src/main/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 25 10:25:18 EDT 2010


Author: pferraro
Date: 2010-10-25 10:25:17 -0400 (Mon, 25 Oct 2010)
New Revision: 108874

Modified:
   projects/ejb3/branches/infinispan-int/core/src/main/resources/ejb3-interceptors-aop.xml
Log:
Restore from trunk

Modified: projects/ejb3/branches/infinispan-int/core/src/main/resources/ejb3-interceptors-aop.xml
===================================================================
--- projects/ejb3/branches/infinispan-int/core/src/main/resources/ejb3-interceptors-aop.xml	2010-10-25 13:42:47 UTC (rev 108873)
+++ projects/ejb3/branches/infinispan-int/core/src/main/resources/ejb3-interceptors-aop.xml	2010-10-25 14:25:17 UTC (rev 108874)
@@ -322,10 +322,10 @@
 
       <!-- Clustered cache configuration -->
       <annotation expr="class(*) AND !class(@org.jboss.ejb3.annotation.Cache) AND class(@org.jboss.ejb3.annotation.Clustered)">
-         @org.jboss.ejb3.annotation.Cache ("DistributedCache")
+         @org.jboss.ejb3.annotation.Cache ("StatefulTreeCache")
       </annotation>
       <annotation expr="class(*) AND !class(@org.jboss.ejb3.annotation.CacheConfig) AND class(@org.jboss.ejb3.annotation.Clustered)">
-         @org.jboss.ejb3.annotation.CacheConfig (name="sfsb", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
+         @org.jboss.ejb3.annotation.CacheConfig (name="sfsb-cache", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
       </annotation>
    </domain>
 
@@ -385,10 +385,10 @@
 
       <!-- Clustered cache configuration -->
       <annotation expr="class(*) AND !class(@org.jboss.ejb3.annotation.Cache) AND class(@org.jboss.ejb3.annotation.Clustered)">
-         @org.jboss.ejb3.annotation.Cache ("DistributedCache")
+         @org.jboss.ejb3.annotation.Cache ("StatefulTreeCache")
       </annotation>
       <annotation expr="class(*) AND !class(@org.jboss.ejb3.annotation.CacheConfig) AND class(@org.jboss.ejb3.annotation.Clustered)">
-         @org.jboss.ejb3.annotation.CacheConfig (name="sfsb", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
+         @org.jboss.ejb3.annotation.CacheConfig (name="sfsb-cache", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
       </annotation>
    </domain>
 



More information about the jboss-cvs-commits mailing list