[jboss-cvs] JBossAS SVN: r60070 - trunk/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 27 21:26:12 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-27 21:26:12 -0500 (Sat, 27 Jan 2007)
New Revision: 60070

Modified:
   trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml
Log:
Comments

Modified: trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml
===================================================================
--- trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml	2007-01-28 02:22:07 UTC (rev 60069)
+++ trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml	2007-01-28 02:26:12 UTC (rev 60070)
@@ -57,11 +57,11 @@
       <!--  Specific eviction policy configurations. This is LRU -->
       <property name="evictionConfig">
       	 <bean name="EJB3EntityEvictionConfig" class="org.jboss.cache.config.EvictionConfig">
-      	   <property name="defaultEvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</property>
+      	    <property name="defaultEvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</property>
             <property name="wakeupIntervalSeconds">5</property>
             <property name="evictionRegionConfigs">
             	<list>
-            		<!-- So default region would never timeout -->
+            		<!-- Default region will never timeout -->
             		<bean name="EJB3EntityDefaultEvictionRegionConfig" class="org.jboss.cache.config.EvictionRegionConfig">
             			<property name="regionName">/_default_</property>
             			<property name="evictionPolicyConfig">
@@ -71,6 +71,8 @@
                				</bean>
                			</property>
             		</bean>
+            		<!-- EJB3 integration code will programatically create other
+            		     regions as beans are deployed -->
             	</list>
 			</property>
          </bean>




More information about the jboss-cvs-commits mailing list