3 Replies Latest reply on Sep 20, 2006 6:41 PM by cptnkirk

    Seam magic on non-seam-components?

    eekboom

      I haven't found it in the reference:
      Does bijection, context demarcation, and validation work on SLSBs and SFSBs even if those beans are not Seam components (i.e. have no @Name annotation)?

      My understanding is that it could work, because the seam interceptor defined in ejb-jar.xml applies to all EJBs.

      OTOH it probably does not work in JavaBeans that have no @Name annotation?

      Is my understanding correct?
      Shouldn't it be specified? (well, maybe I just missed it).