[jboss-user] [JBossCache] - Re: PojoCache, Serializable object and cluster

ben.wang@jboss.com do-not-reply at jboss.com
Wed Mar 21 21:48:41 EDT 2007


Looks like you are interested in fine-grained, field-level replication. You are using a Serializable pojo then PojoCache will simply treat it as a coarse-grained object. What you need to do is to rid of Serializable interface but instrument the pojo first instead (via aopc, e.g.).

Check for the examples directory under the distribution, it contains many examples for how to do that.

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

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



More information about the jboss-user mailing list