1 Reply Latest reply on Dec 17, 2003 3:19 PM by juha

    Sharing static fields between ears

    mickolka

      Hi.
      I've found following thing.
      If I have Two ears and in both I have a class A with static field B (for example constant) both EARs use the one and the same field of the Class A in both EARs. This means that if I want to deploy two application that uses different versions of the library with different constants I'm not sure which constants will be used because Jboss will init the first accessed static fields of class A.

      I think this is a bug because EARs should not share their static classes to another ones. For example in resin with different wars this problem does not occure.