Ales Justin [
http://community.jboss.org/people/alesj] replied to the discussion
"Wildcard support in Dynamic-imports"
To view the discussion, visit:
http://community.jboss.org/message/543231#543231
--------------------------------------------------------------
I'll add an extra check whether the Module is actually capabale
of loading the class.
I'm checking if the module's classloader is already
available:
protected boolean isResolved(Module m)
{
ClassLoader cl = ClassLoading.getClassLoaderForModule(m);
return cl != null;
}
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/543231#543231]
Start a new discussion in JBoss Microcontainer Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]