Ales Justin [
http://community.jboss.org/people/alesj] created the discussion
"Re: How to stop my WAR loading JBoss's provided 3rd party classes?"
To view the discussion, visit:
http://community.jboss.org/message/578643#578643
--------------------------------------------------------------
Let me check what gets used if you don't define any parent-domain
in jb-cl-domain.xml.
Yup, you need to explicitly define the parent -- otherwise
it's null.
Hence the "couldn't load javax.servlet.http.HttpServlet" error --
DefaultDomain is not the parent as we would expect.
Do you think we should by default have DefaultDomain as a parent, if not explicitly
defined?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/578643#578643]
Start a new discussion in JBoss Microcontainer at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]