What the syntax for specifying a dependency on Seam's Logger for my component with a
@Startup annotation?
I tried @Startup(depends={"org.jboss.seam.log.Log"}) but that did not work. The
logger specified as @In private Log logger is still null.
Any idea?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044780#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...