About Question enthuware.oce-ejbd.v6.2.398 :
Posted: Sat Oct 06, 2012 2:55 am
Bug?
"Order of interceptor invocation is: default interceptors, class intercepters, method interceptors, and then @AroundInvoke defined in the bean class itself."
Green answer is
"In selfAround" followed by "In getCode" and "In iam1"
but should really be
""In getCode" followed by "In iam1" and "In selfAround" , right?
"Order of interceptor invocation is: default interceptors, class intercepters, method interceptors, and then @AroundInvoke defined in the bean class itself."
Green answer is
"In selfAround" followed by "In getCode" and "In iam1"
but should really be
""In getCode" followed by "In iam1" and "In selfAround" , right?