[jboss-user] [JBoss Seam] - Re: @In attribute requires non-null value

shane.bryzak@jboss.com do-not-reply at jboss.com
Mon Feb 4 03:31:31 EST 2008


This definitely works, you can look at the booking example for a functioning example.  I suggest that you set a breakpoint in your authenticator.authenticate() method, then once its hit set another breakpoint in BijectionInterceptor.aroundInvoke() (after invocation.proceed() is called) to  ensure that the interceptor is indeed being invoked for your component, and then another breakpoint in Component.outject() to ensure that the component's attributes get outjected.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126035#4126035

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126035



More information about the jboss-user mailing list