1 Reply Latest reply on Jan 24, 2007 3:52 PM by gavin.king

    injection: very basic question

    ghinwa

      I just started looking at Seam.

      I have an Ejb jar containing a stateless session bean that's seems to be working fine with Seam injection (@Logger for instance being injected properly). In the same jar, there is a POJO registered as a JPA listener (@EntityListeners {TheListener.class})). TheListener class is designated as a java bean Seam component (@Name("theclass")). Injection into TheClass doesn't seem to work... (@Logger in TheClass seems to leave the log property null).

      I may most likely be missing something very obvious... Any tips appreciated.
      Thanks.