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/547780#547780
--------------------------------------------------------------
you want to update the ClassLoaderInformation - this is the optimized
view of the policy for runtime.
void addExtraDelegate(DelegateLoader dl);
Once we add new delegate loaders the
caching and blacklisting setting can change.
e.g. adding non-caching delegate loader to existing all-caching delegate loaders
Does it make sense to track this and apply accordingly?
e.g. nullify cache if we add-non caching delegate loader, and restore to previous state
once removed
Or should we simply ignore any caching and blacklisting if extra delegate loader is
added?
I'll try to go with the tracking approach, and see how complicated it is.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/547780#547780]
Start a new discussion in JBoss Microcontainer Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]