3 Replies Latest reply on Mar 16, 2004 2:22 PM by juha

    Shared classloaders in JBoss 3.2.3?

    mbourgeois

      Has anyone seen that 3.2.3 seems to be sharing classloaders across deployed applications? Is this a known bug?

      Here's what I'm seeing:
      I've got two applications deployed with the same MVC libraries on 3.2.3, and I'm finding that the second application loaded (seems to load apps alphabetically) is set to the first's loaded static variables.

      I.e.
      A_Application has some static variables that set path's to local resources upon loading.
      B_Application seems to be using A's values.