1 Reply Latest reply on Aug 22, 2005 2:24 PM by bigy

    Installing beans with same name twice

    fgutierrez

      I have to deploy 2 applications (2 different ears) wich uses the same bean names.

      how can i achieve this? do i have to make another installation and change all ports used by the first one in order to avoid an "Address already in use Exception", if so, which files do i have to change?

      thanks

      Fabian

        • 1. Re: Installing beans with same name twice
          bigy

           

          "fgutierrez" wrote:
          I have to deploy 2 applications (2 different ears) wich uses the same bean names.

          how can i achieve this? do i have to make another installation and change all ports used by the first one in order to avoid an "Address already in use Exception", if so, which files do i have to change?

          thanks

          Fabian


          Can't have two beans with the same name. The RMI server won't deploy both. I have found that it actually UNDEPLOYS both of them. Why would you need two beans with the same name anyway....unless they do the same thing?