[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBMC 2.0.0.Beta11
alesj
do-not-reply at jboss.com
Mon Mar 17 16:38:09 EDT 2008
"adrian at jboss.org" wrote :
| JBMICROCONT-28 - BeanMetaData as ValueMetaData - this looks like an unimplemented edge case?
|
This is partially done.
BeanMetaData does implement VMD.
It's the cloning that's not done.
"adrian at jboss.org" wrote :
| JBMICROCONT-25 - Configurator tidyup - like it says just tidyup
|
We can close this one, since I doubt it will ever get more tidy.
As for this FIXME
| // FIXME the isAssignable and isProgression currently needs a classloader
| // to work properly, use the bean's classloader if there isn't one provided
| if (cl == null)
| cl = info.getClassInfo().getType().getClassLoader();
|
The method was changed long ago to take classloader as parameter.
And I don't see what more we can do regarding classloader if one is not provided than what we already do.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137204#4137204
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137204
More information about the jboss-dev-forums
mailing list