Ok, by default "default interceptors" are invoked in the order they are defined in ejb-jar.xml, and before any class level interceptors. I guess we just go with inserting our interceptor at the top of chain for now. We can also check the order the user defines, and WARN if ours isn't first I think...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217612#4217612 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217612 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
