[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOP asintegration WITHOUT the integration :-)
adrian@jboss.org
do-not-reply at jboss.com
Tue Sep 4 13:43:29 EDT 2007
"kabir.khan at jboss.com" wrote : Do you have some pointers to the classloading rules? I still need to get my head around this part, but in the meantime do you think we need special ClassPools as well?
I think the javassist ClassPath is closer to how the new classloaders work.
The deployers could create a ClassPool/ClassPath structure
that matches the classloader configuration.
Like I said I don't think determining what configuration applies based on class
locations/visibility is the correct solution anyway, even though I did manage to fix
some issues by making AOP use ClassPool.getClassLoader() instead of the TCL.
>From the tests I wrote in the AOP integration, the basic ScopedClassPool of javassist
seems to be able to handle what we need for OSGi?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081008#4081008
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081008
More information about the jboss-dev-forums
mailing list