[jboss-user] [JBossCache] - Re: Eviction Policy problem cache clear

2006-10-08 Thread Gorshkov
(JBoss 4.0.4.GA + JbossCache 1.4.0.GA + EJB 3.0 RC8) cache not clear (JBoss 4.0.4.GA + JbossCache 1.4.0.GA + EJB 3.0 RC7) cache clear !!! For the time being we use EJB 3.0 RC7... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976880#3976880 Reply to the p

[jboss-user] [JBossCache] - Re: Eviction Policy problem cache clear

2006-08-03 Thread Gorshkov
No my log is more long. This is fragment only. But I can't find in log EvictionThreadWakeupIntervalSeconds or other world reminiscent of this parameter In ejb3-entity-cache-service.xml: 5 In the jmx-console I can see EvictionThreadWakeupIntervalSeconds = 5 (I can send you all my log) View the

[jboss-user] [JBossCache] - Re: Eviction Policy problem cache clear

2006-08-03 Thread Gorshkov
I'm not use cache loader. And object not cleaned after 15 seconds :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962733#3962733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962733 _

[jboss-user] [JBossCache] - Re: Eviction Policy problem cache clear

2006-08-02 Thread Gorshkov
That`s my log: | 2006-08-03 09:44:06,736 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.cache:service=TreeCache with code: org.jboss.cache.TreeCache | 2006-08-03 09:44:06,767 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.cache:service=TreeCache | 2006-08-

[jboss-user] [JBossCache] - Eviction Policy problem cache clear

2006-08-02 Thread Gorshkov
Hi, I try tune JbossCache Object stored in JBoss cache successfully. But I can't remove Object from cache use EvictionPolicy. (JBoss 4.0.4.GA + JbossCache 1.4.0.GA + EJB 3.0 RC8) ejb3-entity-cache-service.xml: | ... | | ... | LOCAL | ... | | or