[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: ClassLoading Module usage

kabir.khan@jboss.com do-not-reply at jboss.com
Wed Oct 3 06:08:21 EDT 2007


When generating classes, the way it currently works in JBossClassPool.toClass() is that 

1) The class file is written to the "dynamic" url, so that it is available both for the classloader and for the ClassPool itself
2) The loader blacklists are cleared
3) The class is loaded through the classloader

The classpool itself should be able to cache the class, so I think the main question is how this will work at classloader level. I will try without this and see what happens. 

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

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



More information about the jboss-dev-forums mailing list