[jboss-user] [JBoss Seam] - Re: the intercept component don't work!
matt.drees
do-not-reply at jboss.com
Thu Aug 30 02:14:31 EDT 2007
Yes, you use @Name to define a seam component. So, if you called Component.getInstance("interceptsTest"), the @Logger field would be filled.
But when Seam instantiates an interceptor from the class you specify, it just treats it like a normal object. It doesn't inject @Loggers or give it interceptors for bijection, etc.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079430#4079430
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079430
More information about the jboss-user
mailing list