[jboss-user] [JBoss AOP] - Re: change interceptor chain sequence ?

flavia.rainone@jboss.com do-not-reply at jboss.com
Mon Feb 26 09:01:41 EST 2007


Hi!

Currently, you cannot change the order of interceptors dynamically.
However, there are some rules to define the order of interceptors inside a binding.
If you use xml to declare your binding, interceptors and advices will be invoked in the specific order they are declared.
Plus, you can declare interceptor precedence rules (these will be applied to all bindings, and not to a specific one).

You can see examples here:
http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework/examples/precedence/precedence.html

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

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



More information about the jboss-user mailing list