Page 1 of 1

About Question enthuware.oce-ejbd.v6.2.439 :

Posted: Sun Dec 08, 2013 8:47 pm
by PMiglani
Shouldn't it be interceptor-order rather than binding information which decides the order of execution of interceptors?

Re: About Question enthuware.oce-ejbd.v6.2.439 :

Posted: Mon Dec 09, 2013 12:45 am
by admin
Not sure I understand your point wrt to the question but as per section 19.3 of EJB 3.1 specification: The Application Assembler may override, augment, and/or reorder the interceptor methods defined by the Bean Provider—whether in metadata annotations or in the deployment descriptor.

-Paul.

Re: About Question enthuware.oce-ejbd.v6.2.439 :

Posted: Sun Jan 10, 2016 9:47 am
by aazizi.tarik
You said "whether in metadata annotations or in the deployment descriptor." and then in option 4: "meta data annotations cannot be changed for the bean code. It must be done through the deployment descriptor."
is that normal ?

Re: About Question enthuware.oce-ejbd.v6.2.439 :

Posted: Sun Jan 10, 2016 11:29 am
by admin
What it means is Application Assembler may override that information irrespective of whether that information is provided by the bean provider using annotations or using deployment descriptor.

Re: About Question enthuware.oce-ejbd.v6.2.439 :

Posted: Sun Jan 10, 2016 11:40 am
by aazizi.tarik
Thanks a lot