Stephen Kouretas [
https://community.jboss.org/people/skoure] created the discussion
"Re: URL-Protocol Handler doesn't work"
To view the discussion, visit:
https://community.jboss.org/message/729471#729471
--------------------------------------------------------------
David,
I downloaded the source for the Module loader system and was stepping through the code and
discovered the following:
When the ModuleURLStreamHandlerFactory loads the jboss.protocol.handler.modules, jcifs is
in the list.
When ModuleURLStreamHandlerFactory attempts to load the Module, the
ModuleLoader.loadModuleLocal attempts to use Module.log which is null and hence causes an
Exception and the jcifs module does not get loaded and does not get added to the list of
modules.
I'm not sure why Module.log is null.
Is there some configuration that needs to be set first so that Module.log will be properly
set?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/729471#729471]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]