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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...