[jboss-user] [EJB 3.0] - Re: Make a default interceptor the inner interceptor
pete.muir@jboss.org
do-not-reply at jboss.com
Thu Mar 12 14:19:20 EDT 2009
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
More information about the jboss-user
mailing list