"adrian(a)jboss.org" wrote :
| Its not complete.
|
| * The generics stuff isn't done because javassist didn't support generics when
I
| originally wrote it.
| * There's an issue with the method reflection for non-public methods/fields when
not using
| Sun's JDK.
I meant more about wrt scoped classpools.
But I guess this shouldn't be a problem to add/impl,
as our current scoped classpool impl is simply a map of CL,Pool pairs
and all TypeInfoFactory::get methods have a means to get CL.
It's probably just the case of delaying class loading as late as possible
plus changing how we cache things with non-introspection TypeInfoFactory impls.
e.g. Class == CL + classname
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201753#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...