0 Replies Latest reply on Apr 21, 2008 11:32 AM by tinico

    Libraries loading order

      Hi,

      I'm studying the loading of all librairies in JBoss... I understand ULR, UCL, and the WAR and EAR deployment about the classe loader...

      But I've another question... How can I define loading order for libraries in general ?

      For example, in server/default/lib, I've a log4j-xxx.jar. I want to add mylog4j.jar which replace some of log4j-xxx.jar classes. So, in the classpath, mylog4j.jar must be load bbefore log4j-xxx.jar... How can I do that ??

      (It's an example, only an example to define what I want... Please don't tell me how make new implementation of log4j :) )