[gatein-commits] gatein SVN: r594 - portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 13 08:36:53 EST 2009


Author: julien_viet
Date: 2009-11-13 08:36:53 -0500 (Fri, 13 Nov 2009)
New Revision: 594

Modified:
   portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSessionManager.java
Log:
remove hard coded cache max ttl that was there only for testing purpose


Modified: portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSessionManager.java
===================================================================
--- portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSessionManager.java	2009-11-13 13:35:01 UTC (rev 593)
+++ portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSessionManager.java	2009-11-13 13:36:53 UTC (rev 594)
@@ -108,9 +108,6 @@
       this.cache = cacheService.getCacheInstance(POMSessionManager.class.getSimpleName());
       this.repositoryService = repositoryService;
       this.pomService = null;
-
-      //
-      this.cache.setLiveTime(100000000);
    }
    
    public void clearCache()



More information about the gatein-commits mailing list