1. You don't need Anser to be Serilaizable to run TreeCacheAop.

2. But I assume you are transporting Answer object between your client and 
erver? This won't work since the Answer object is "aspectized", meaning it has 
additonal CacheInterceptor attached (and therefore not Serializable). 
Serializing CacheInterceptor won't make sense anyway.

3. I'd recommend you not to transport Answer object. Instead setup your 
client/server to be in the same replication group. That way, you don't need to 
serialze manually anyway.

-Ben

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922795#3922795

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922795


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to