1 Reply Latest reply on Nov 10, 2002 10:32 AM by adrian.brock

    EAR-files with same bean names

    timd

      I've got two EAR-files which contain 3 beans each. These beans have identical names. When I try to deploy both EAR-files on JBoss 3 I get an error when deploying the second file:
      javax.management.InstanceAlreadyExistsException: jboss.j2ee:jndiName=BasicInformationEJB,service=EJB already registered.

      There is no problem when using JBoss 2.x - what has changed and how can I adapt to JBoss 3?