[jboss-dev-forums] [JBoss AS 7 Development] - Re: URL-Protocol Handler doesn't work
Stephen Kouretas
do-not-reply at jboss.com
Wed Apr 11 16:28:59 EDT 2012
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&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120411/559f05dd/attachment.html
More information about the jboss-dev-forums
mailing list