JBoss Community

Re: How to stop my WAR loading JBoss's provided 3rd party classes?

created by Ales Justin in JBoss Microcontainer - View the full discussion

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

Start a new discussion in JBoss Microcontainer at Community