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

adrian@jboss.org do-not-reply at jboss.com
Fri Oct 19 09:43:24 EDT 2007


"adrian at jboss.org" wrote : 
  | Why I don't like it, is that there can be a local blacklist and a global blacklist.
  | Turning off the blacklist after the classloader has been created and added to the
  | domain could leave the global one in an inconsistent state unless extra steps
  | are taken to flush it.
  | 

This can get even more complicated where you have stacks of domains
caching the results of parent domain lookups. Any flush on the parent
would meaning flushing all the children as well.

This complication is actually avoided in the current implementation
because it doesn't cache the parent result. It assumes the parent will do it
if it is required.

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

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



More information about the jboss-dev-forums mailing list