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/547011#547011
--------------------------------------------------------------
2) How to get the DelegateLoader from resolved Module / RDI?
OK, this one looks easy to solve:
if (item.resolve(controller))
{
Module resolvedModule = item.getResolvedModule();
if (resolvedModule instanceof ClassLoaderPolicyModule)
{
ClassLoaderPolicyModule clpm = (ClassLoaderPolicyModule) resolvedModule;
DelegateLoader loader = clpm.getDelegateLoader(module, requirement);
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/547011#547011]
Start a new discussion in JBoss Microcontainer Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]