0 Replies Latest reply on Jul 6, 2005 4:50 PM by kyetano

    Problem: Two web-apps with the same packaging

    kyetano

      Hi
      Have two web-apps (two .war) with the same packaging and in JBoss 3.2.5.
      The problem is what have class with same name in both war but with different java-code. And when invoke one of this class, JBoss execute the class of war what first deployment.

      If have a aaa1.war with the class Test and a bbb2.war with the class Test,
      and from any class in bbb2.war invoke the class Test of this war, JBoss execute the class Test of aaa1.war because aaa1.war deployment first.

      If somebody knows because it passes this, thanks for its help.