3 Replies Latest reply on Feb 16, 2007 5:20 AM by pmuir

    Inject Seam Component In Entity Bean

    poyge394

      Hi,
      I can inject a seam component in Entity with:

      EncryptionController anEncryptionController = (EncryptionController) Component.getInstance("encryptionController", true);


      But is it possible to inject it with In annotation or some other annotation ?