[jboss-user] [JBoss Seam] - Re: @Startup and Seam interceptor

2007-11-30 Thread xinhua
[EMAIL PROTECTED] wrote : So how does it not work? Does the interceptor run? Does it run and not set the values? nothing happened. @Startup is ignored also. Interceptor does not run. i put a @Create in this @Startup seam component, if my annotation @Kleber is there, @Create function doesnt

[jboss-user] [JBoss Seam] - Re: @Startup and Seam interceptor

2007-11-30 Thread [EMAIL PROTECTED]
So how does it not work? Does the interceptor run? Does it run and not set the values? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109261#4109261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109261

[jboss-user] [JBoss Seam] - Re: @Startup and Seam interceptor

2007-11-29 Thread jacob.orshalick
Does your interceptor work with other Seam components that are not annotated with @Startup? Please post your annotation and interceptor code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108938#4108938 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Startup and Seam interceptor

2007-11-29 Thread xinhua
hi, yes, interceptor works fine with other component without @Startup At first, i have two annotations | @Target(TYPE) | @Documented | @Retention(RUNTIME) | @Interceptors(KleberInterceptor.class) | public @interface Kleber | { | | } | interceptor is supposed to