0 Replies Latest reply on Mar 18, 2004 2:33 AM by bigmarry

    Java modules in an ear archive

    bigmarry

      Hello,

      I am deploying several ear applications which contain an ejb module jar and an java client module jar. My appliation.xml looks like the following:


      <display-name>MyName</display-name>
      myEJB.jar
      utils.jar


      Every ear application is using the utils.jar classes so I included it in all ear archives that I use. But when deploying in JBoss it seems that the class loader is loading the utils.jar classes from the first ear that it deploys.

      Shouldn't the ear context be isolated from the rest of the applications deployed? Am I doing something wrong here?

      Please advice.
      Thanks in advance.