"bwang00" wrote : You will still need jboss-aop to declare your object, 
UnOrderedCache, to be aspectized. Otherwise, aop will treat it as a regular object of 
which requires Serializable, and furthermore will not breakdown the object graph for 
UnOrderedCache.
  | 
  | -Ben

Thanks for your feedback but I'm still having the same problem.

I'm assuming that 'aspectized' means adding UnOrderedCache to the jboss-aop.xml. This 
is the contents of the file (I copied it to the root of my classes folder):

<?xml version="1.0" encoding="UTF-8"?>
  | <aop>
  |   <prepare expr="field(* 
$instanceof{com.jcorporate.expresso.core.cache.UnOrderedCache}->*)" />
  | </aop>

Another attempt at running resulted in the same errors I listed above.

Where am I going wrong?


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to