[jboss-user] [JBoss Microcontainer Development] - Wildcard support in Dynamic-imports

Ales Justin do-not-reply at jboss.com
Sat May 15 05:36:53 EDT 2010


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&containerType=14&container=2115]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100515/6b5d6e15/attachment.html 


More information about the jboss-user mailing list