[jboss-user] [JBoss AOP] - Re: Dynamic AOP and User-Defined Class Loader

shu_boston do-not-reply at jboss.com
Mon May 12 15:36:37 EDT 2008


Hi,

I precompile Test class, where aspects are weaved, using aopc with . Is this load-time weaving? My classloader simply overrides findClass() to load class files as byte strings and call defineClass(), and I don't think getResource() is called.

I tracked the error, and found ScopedClassPool returned by javassist is empty. I still have no idea what's happening...

Thanks!

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

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



More information about the jboss-user mailing list