Couple points here: 1. Are you trying to put cache insto session data for clustering as well? Looks like Tomcat is trying to serialize TreeCacheAop which I don't think is the way to use it. :-)
2. TreeCacheAop is for fine grain replication, so make sure it is the one you want (instead of plain TreeCache). 3. I am currently working on HttpSession replication under Tomcat 5 using JBossCache. THis will replcate our current replication layer for tc5. It should be done in 3.2.6 release. So stay tuned if this is what you want. It will expose cache as a clustering session MBean service as well. So you can inovke it from your web container and replicate other user data. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841430#3841430 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841430 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
