[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: MutableClassInfo?

kabir.khan@jboss.com do-not-reply at jboss.com
Tue Mar 17 06:10:14 EDT 2009


"stale.pedersen at jboss.org" wrote : 
  | i made those in the beginning hoping that kabir would finish his classloading stuff before i added this to trunk.

We need a release of jboss-reflect before we can start implementing its ClassPoolFactory :-) 

The implementation in AOP will be very simple


  | class AOPReflectClassPoolFactoryImpl implements ClassPoolFactory
  | {
  |    public ClassPool getPoolForLoader(ClassLoader cl)
  |    {
  |        return AOPClassPoolRepository.getInstance().registerClassLoader(cl);
  |    }
  | }
  | 

The question is when/how do we put this into jboss-reflect? Do we initialise it with a bean in AS conf/bootstrap/aop.xml?

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

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



More information about the jboss-dev-forums mailing list