Community

Wildcard support in Dynamic-imports

reply from Ales Justin in JBoss Microcontainer Development - View the full discussion
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

Start a new discussion in JBoss Microcontainer Development at Community