2 Replies Latest reply on Oct 23, 2007 6:54 AM by hubaghdadi

    @EJB instead of @In

    hubaghdadi

      Hi.
      Suppose I have two Seam stateful session beans.
      To inject one of them into the another, it is enough to write:
      @In
      PaymentProcessor voodooProcessor;
      If I used @EJB instead of @In, what is the difference?
      Thanks.