2 Replies Latest reply on May 11, 2006 9:03 AM by blackbones

    Distinct classloader between two EJB Application....

    blackbones

      Hi all,

      We got the following problem :
      We have two EJB application constructed on the same architecture. Each application use a class with a singleton (method is static) that loads a configuration file that is included in each EAR. When the first application loads the configuration, it's ok, but when the second one rise, it use the same instance of the singleton. So here is our question : Is it possible to get a separate environnement classloader between two EAR?

      Thanks in advance.