Sacha; Thanks for the reply.
I am quite certain the classes are serializable. For a while, we had one that was not, but it was made quite evident by errors in the log, which we are no longer getting. I have een observing this issue in 3.2.3, so I wrote a proof of concept (with only String values in the session) which also did not work until I upgraded to 3.2.4RC1, based on the "UseLocalCache attribute set to false" recommendation I read elsewhere, so 3.2.4RC1 ran the proof of concept fine, but not my full app. I have used both the following in my testing of the full app: <?xml version="1.0" encoding="UTF-8"?> | <jboss-web> | <context-root>/</context-root> | <replication-config> | <replication-trigger>SET</replication-trigger> | <replication-type>SYNC</replication-type> | </replication-config> | </jboss-web> | and <?xml version="1.0" encoding="UTF-8"?> | <jboss-web> | <replication-config> | <replication-trigger>SET_AND_GET</replication-trigger> | <replication-type>SYNC</replication-type> | </replication-config> | </jboss-web> | Thanks again. //Nicholas <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827743#3827743">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827743>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
