"adrian(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...