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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
