After trying several different configurations, and a sample app that worked when the HttpSession contained only java.lang.Strings, I realized that the my app is not replicationg sessions across the cluster when it contains application specific classes, as oposed to java.lang.* classes. When I contrive a session to use Strings only, it works like a champ.
The classes are loaded in WAR file, which in turn is in an EAR file, so I believe this may be a class visibility issue, where the clustered session and distributed state layer may not have access to the class type of the objects being bound into the session. However, I have run the app with org.jboss.web.tomcat.tc5.session and org.jboss.ha at TRACE logging and I am not seeing any errors. Has anyone seen this behaviour ? Any ideas ? Thanks. //Nicholas <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827671#3827671">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827671>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
