0 Replies Latest reply on Oct 9, 2002 9:35 AM by simteq

    Deploy error

    simteq

      I am using JBOSS 2.4.1.

      I am trying to deploy two EJBs', one with:

      false
      <container-configurations />
      <resource-managers />
      <enterprise-beans>

      <ejb-name>AidbTrade</ejb-name>
      <jndi-name>AidbTrade</jndi-name>
      <configuration-name></configuration-name>

      </enterprise-beans>


      and the other:


      false
      <container-configurations />
      <resource-managers />
      <enterprise-beans>

      <ejb-name>RicosTrade</ejb-name>
      <jndi-name>RicosTrade</jndi-name>
      <configuration-name></configuration-name>

      </enterprise-beans>


      When I deploy each one individually they work fine yet when both are in the 'deploy' directory they both try to register the same jndi name. I do not know if it is significant but they both have a different database as their datasource.