Classloading order in JBoss

Posted by Spiderman on Stack Overflow See other posts from Stack Overflow or by Spiderman
Published on 2010-05-17T20:39:37Z Indexed on 2010/05/17 20:40 UTC
Read the original article Hit count: 312

Filed under:
|
|

I'd like to know if the default behavior of JBoss server (4.2.3.GA in my case) is loading the classes in parent-first or parent-last mode. And in case it work as I suspect in parent-last mode (i.e. first trying to load classes from the application's WEB-INF/lib and only if they are not found go to server\lib), how can I configure it to work in the opposite- first trying to load classes from outside and only looking inside the application afterwards.

© Stack Overflow or respective owner

Related posts about jboss

Related posts about java