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