Hi mnasato!

Can you give an example of how you marked up your POJOs as Cacheable?  I'm 
fairly new to AOP.  I have:

@Cacheable
  | public class Banner {
  | ...
  | }

I'm getting some trouble with the apoc ant task.  It's likely a 
misconfiguration of the ant task, but I wanted to see if I could rule out bad 
annotation first.  Here's what's in my ant script, for reference:

<aopc compilerclasspathref="lib.classpath" verbose="true">
  |             <classpath path="${compiled.files}"/>
  |             <src path="${compiled.files}"/>
  |             <include name="**/*.class"/>
  |             <aoppath path="${sourcedir}/WEB-INF/jboss-aop.xml"/>
  |          </aopc>

The error is:

Exception in thread "main" java.lang.NoSuchFieldError: doPruning
  | at org.jboss.aop.AOPClassPool.<clinit>(AOPClassPool.java:34)
  | at org.jboss.aop.AspectManager.registerClassLoader(AspectManager.java:552)
  | ...

Thanks for any help,

Joe

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

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


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to