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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006001#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...