[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: ClassLoader behaviour on remote clustering tests
clebert.suconic@jboss.com
do-not-reply at jboss.com
Wed Apr 9 09:52:43 EDT 2008
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#4142739
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142739
More information about the jboss-dev-forums
mailing list