[jboss-user] [JBoss Seam] - Re: add my own interceptor with problems

smendenh@redhat.com do-not-reply at jboss.com
Fri Aug 17 06:57:36 EDT 2007


You want 

@Scope(CONVERSATION)
@Name("longCardQueryAction")
@LoggedIn
public class LongCardQueryAction extends BaseBean {....} 

Not @Interceptors(LoggedInInterceptor.class) 


See: http://docs.jboss.com/seam/latest-2.0/reference/en/html_single/#d0e4204

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

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



More information about the jboss-user mailing list