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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 5 12:47:23 EDT 2010


Author: pferraro
Date: 2010-08-05 12:47:23 -0400 (Thu, 05 Aug 2010)
New Revision: 107442

Modified:
   projects/ejb3/branches/infinispan-int/core/src/main/resources/ejb3-interceptors-aop.xml
Log:
Set default @Clustered cache to "DistributedCache"
Set default @Clustered cache config to name="sfsb:default"

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-08-05 16:42:46 UTC (rev 107441)
+++ projects/ejb3/branches/infinispan-int/core/src/main/resources/ejb3-interceptors-aop.xml	2010-08-05 16:47:23 UTC (rev 107442)
@@ -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 ("StatefulTreeCache")
+         @org.jboss.ejb3.annotation.Cache ("DistributedCache")
       </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-cache", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
+         @org.jboss.ejb3.annotation.CacheConfig (name="sfsb:default", 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 ("StatefulTreeCache")
+         @org.jboss.ejb3.annotation.Cache ("DistributedCache")
       </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-cache", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
+         @org.jboss.ejb3.annotation.CacheConfig (name="sfsb:default", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
       </annotation>
    </domain>
 



More information about the jboss-cvs-commits mailing list