I have eventually solved the problem. It was related to class loading and object serialization. What happened is that when at the end I managed to make the two JBoss instances speak each other, objects put in the table were propagated, but JGroups was not able to deserialize the instances because jgroups-all.jar was in the server//lib directory instead of being deployed within the war file.
I discovered the problem enabling tracing with Trace.init(). So, from a beginner to beginners: if you have troubles, first of all enable tracing, it will show you what happens behind the scene. Stefano View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823782#3823782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823782 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
