1 Reply Latest reply on Apr 21, 2004 4:14 AM by sesques

    EJB in JBoss Application Server

    uprasad

      Hi, i am a new-bie to JBoss Application server. Right now i am using JBoss 3.0.4 version. Here i am trying to deploy my simple ejb jar file. it gives me an error

      Deployment FAILED reason: Duplicate definition of an EJB with name 'Hi'.

      Pls any one of you help me in sorting out this problem.

      Regards,
      Prasad

        • 1. Re: EJB in JBoss Application Server
          sesques

          The error is explicit, my friend.

          Perhaps:
          - You are using a tool which uses Null Deployement feature and you deploy again your application
          - You have two (or many applications) using the same EJB's (or with the same EJB's name on packaging) deployed at the same time.