This content has been marked as final.
Show 3 replies
-
1. Re: BypassInterceptors mods
nickarls Apr 24, 2010 9:17 PM (in response to asookazian)Check out interceptor/decorats binding/resolving/activation in... You Know Where.
-
2. Re: BypassInterceptors mods
pmuir Apr 26, 2010 2:49 PM (in response to asookazian)There is no concept of default interceptors, so no need for @BypassInterceptors
-
3. Re: BypassInterceptors mods
rahul22 Jan 23, 2013 2:58 AM (in response to pmuir)hi pete,
i was working on migration from seam2 to seam3 .
just some questions
i can remove all @ByPassInterceptor's from project as it is not needed ???
to replace COntexts.getEventContext() i have to use holder object concept ???
@create - can be replaced with @posetConstruct ???
i would really appreciate if u can answer .
Thanks !!