Hi all only to clarify my understanding, if I change the CacheMode to REPL_SYNC and the Process B in another JVM than, the Process B doesn't 'see' the modified Object x, instead it would get an unmodified Object x. After Process A has committed, also Process B would 'see' the modified Object x. Is this correct?
Thanks a lot Jochen PS: It looks like I could/should write the next wiki page ;-) PPS: @bruce76: I don't think that is a stupid question, because as far as I know, there is only little documentation about this topic and you have to guess how JBoss Cache works in this cases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943905#3943905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943905 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
