1 Reply Latest reply on Oct 25, 2006 3:24 AM by wolfc

    JBoss 4.0.5: inject @EJB into a servlet

    juergen.zimmermann

      I want to inject an EJB reference to a SLSB into a servlet.
      Is it possible to have this kind of code for JBoss 4.0.5GA?

      @EJB private MySessionBeanLocal sb;