The error you are seeing should have nothing to do with TreeCacheAop. TreeCacheAop does not require a POJO to have a default constructor. It does not replicate the whole object (therefore no need for Serializable either). Instead, it breaks down the object by mapping the members into primitive types eventually.
There are couple of aop test cases under testsuite and "examples" directory of the standalone package. Maybe you want to check out the usage there. Thanks, -Ben <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827329#3827329">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827329>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-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
