My application uses PojoCache (with jdk1.5 annotations). I have 2 cachable classes: 1st class has some mamber variables (String, int) and ArrayList. The ArrayList is filled with instances of the 2nd class.
I started the application on 2 machines, created my outer POJO, modified some properties and added a couple of instances of inner POJO to the ArrayList. Everything worked fine and the changes were replicated to the second machine. Then I pulled out network cable on the second machine and tried to add another instance of inner POJO to ArrayList using first machine. After timeout list.add(pojo2) returned, but the ArrayList itself bocame null. JBoss Cache version - 1.4.0 CR1 Replication mode - REPL_SYNC Isolation level - SERIALIZABLE JVM - Sun 1.5 I would very appreciate any help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956046#3956046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956046 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 JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user