This looks expectd behavior to me. When you modify something on node1, the same data will be invalidated (i.e. removed) on node2. If you want data to rather be copied on node2 you should rather use "replication" for clustering.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209825#4209825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209825 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
