3 Replies Latest reply on Mar 5, 2003 3:04 AM by davhudson

    Configuring one class loader per ear?

    skipoles

      I need to deploy two enterprise applications (as ear files) to the same JBoss instance. The problem that I am having is that they both contain different versions of the same classes (e.g. 1.ear contains v1.1 of x.y.ZClass and 2.ear contains v1.3 of x.y.ZClass). By default it seems that once x.y.ZClass is loaded both applications share the same loaded class file, rather than their own versions.

      Is is possible / how do I configure JBoss so that there are separate classloaders for each ear file?