3 Replies Latest reply on Jan 23, 2008 9:29 AM by grexe

    Force JBoss Classloader to use local lib within EAR

    holly77

      Is there a way to force the JBoss Classloader to use a specific local lib within an EAR instead of using the formerly loaded lib, without isolation of the EAR?

      I want to use jBPM lib version 3.2.2 within my EAR file. JBoss Portal uses jBPM as well. In it's SAR jBPM lib version 3.1.4 is used. The Classloader loads the 3.1.4 lib first. Thus in my EAR file version 3.1.4 is used.

      I read about Hierarchical Classloader, but could not find any further Info about this topic...

      Any Ideas?