[jboss-cvs] JBossAS SVN: r62097 - branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/cache/tree.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 4 15:36:40 EDT 2007


Author: bdecoste
Date: 2007-04-04 15:36:40 -0400 (Wed, 04 Apr 2007)
New Revision: 62097

Modified:
   branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/cache/tree/CacheConfigImpl.java
Log:
fixed removalTimeoutSeconds

Modified: branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/cache/tree/CacheConfigImpl.java
===================================================================
--- branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/cache/tree/CacheConfigImpl.java	2007-04-04 19:14:42 UTC (rev 62096)
+++ branches/Branch_4_2/ejb3/src/main/org/jboss/annotation/ejb/cache/tree/CacheConfigImpl.java	2007-04-04 19:36:40 UTC (rev 62097)
@@ -33,7 +33,7 @@
    private String name = "jboss.cache:service=EJB3SFSBClusteredCache";
    private int maxSize = 100000;
    private long idleTimeoutSeconds = 300;
-   private long removalTimeoutSeconds = 300;
+   private long removalTimeoutSeconds = 0;
    private boolean replicationIsPassivation = true;
    
    public CacheConfigImpl()




More information about the jboss-cvs-commits mailing list