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/578803#578803
--------------------------------------------------------------
And yes, I too think that parent-first is more natural, but the
weirdness here is that "plain default" is false while adding classloading config
turns it automatically into true.
Well, the "plain default" knows about
deployment type:
* ear --> isolation --> look locally first == parent-first=false
* war, which has parent-first=false by default
Whereas jb-cl-domain.xml is deployment type agnostic, hence uses the more natural
default.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/578803#578803]
Start a new discussion in JBoss Microcontainer at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]