[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Recent changes Microcontainer
alesj
do-not-reply at jboss.com
Sun Jan 14 18:41:07 EST 2007
"adrian at jboss.org" wrote : isAssignable/Progression
|
| This logic needs moving into the TypeInfo abstraction, see the TODO
| I added to the code. isProgression is just a special form isAssignable.
|
| For now I've fixed the failing tests (that don't provide a classloader)
| by stealing it from the bean's class.
|
How do I get a TypeInfo from String typeName and ClassLoader in Configurator?
| Configurator.isAssignable() ...
|
| if (typeNames[j] != null)
| {
| TypeInfo info = null; // TODO - use typeNames[j] and cl
| if (typeInfos[j].isAssignableFrom(info) == false)
| {
| return false;
| }
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001599#4001599
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001599
More information about the jboss-dev-forums
mailing list