[jboss-user] [JBoss Cache: Core Edition] - Re: Passivation false problem
manik.surtani@jboss.com
do-not-reply at jboss.com
Thu Jun 26 06:27:06 EDT 2008
The ActivationInterceptor *is* associated with passivation being set to true.
The ActivationInterceptor is a subclass of the CacheLoaderInterceptor, which should be present and should be recording loading of objects from the DB.
The only difference between the ActivationInterceptor and the CacheLoaderInterceptor is that the AI will *remove* objects from the DB if it is loaded from memory, while the CLI *just* loads stuff into memory if needed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160807#4160807
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160807
More information about the jboss-user
mailing list