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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to