[jboss-user] [JBoss Cache: Core Edition] - Re: Clustered and JDBCCacheLoader access to DB
bstansberry@jboss.com
do-not-reply at jboss.com
Fri Jun 20 10:15:09 EDT 2008
In your Approach 2 in the JDBCCacheLoader turn fetchPersistentState to false. There's no reason to move the persistent state over the wire from another cache, since the cacheloader already has access to it in the shared db.
There used to be logic to ignore the fetchPersistentState=true if shared=true. Sounds like that isn't working any more. Suspect it's due to the addition of cache loader chaning.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159575#4159575
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159575
More information about the jboss-user
mailing list