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