ClassLoader.defineclass is a protected method. Do you make any sort of hacks to make the
call on classLoader? (Reflection with accessible=true maybe?)
Usually the method that needs to be delegated is loadClass only. Maybe you're calling
something that is not being delegated due to some "hacking" behavior added by
AOP?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142739#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...