[jboss-user] [JBoss Seam] - Re: @Logger not injecting anything in Controller.class

2007-04-17 Thread paradigmza
I just commented out the debug line in the source code, and everything is working perfecly, im not sure what to do from here, except use my custom built seam. (I don't really understand how the injection actually works) | protected T ClassValidatorT getValidator(ClassT modelClass) |{

[jboss-user] [JBoss Seam] - Re: @Logger not injecting anything in Controller.class

2007-04-17 Thread petemuir
Seam can't do it's magic if you use new to instantiate a Seam component. You need to use injection (or Component.getInstance()) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037885#4037885 Reply to the post :