0 Replies Latest reply on Mar 21, 2004 3:09 AM by sahumx

    Multiple ejb jars with common ejbs

      I am having problem in deploying multiple ejb jars with common ejb component.
      The issue is I have three ejb jar file, which have inside them common ejbs(in the relation)..
      1st ejb containing contact ejb
      2nd ejb containing contact ejb
      and similarly
      The problem is the first gets deployed fine..
      but the second jar and later fails saying contact ejb already deployed..
      This results in few of the component not getting deployed..
      Is there a way in JBOSS to ignore this deployment failure and continue with the deployment on the ejb jar