I don't understand your question Ben, can you elaborate?  My assumption is that 
this is happening with the TreeCacheAop and that the exception messages are 
listed as coming from the TreeCache and ReplicationInterceptor since these 
classes are used by the TreeCacheAop class, and since my application only uses 
a TreeCacheAop for replication.  My only other guess would be that this is a 
clustering problem since JBoss clustering appears to be handled by using a 
TreeCache, but this is probably not the case because the application clusters 
fine and only has trouble replicating data cached in the TreeCacheAop MBean.  
As a matter of fact my data which is not being aspectized (by virtue of being 
an ArrayList) is being replicated just fine, but objects of POJO classes which 
are being aspectized (by using a prepare entry in jboss-aop.xml) are the ones 
whcih are not being replicated correctly.  Hence I expect that the problem is 
with the TreeCacheAop not being able to replicate the aspectized objects as 
well as it replicates the ArrayList collection.

--James

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to