[jboss-user] [JBoss Cache: Core Edition] - STARTING state

ksobolew do-not-reply at jboss.com
Tue Apr 14 10:30:00 EDT 2009


I have two cases where I want to do something immediately before/during/immediately after cache startup:

1) Visit all nodes
2) Evict all nodes (for whatever reason I want to clear the transient state)

I tried to do this in a listener method marked @CacheStarted, but the cache doesn't allow me to do anything, because the cache state by this time is STARTING, not STARTED. What should I do? Is it safe to override this check via option overrides? :)

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225383#4225383

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225383



More information about the jboss-user mailing list