An enterprise developer needs to modify the order of interceptor method execution specified by
the Bean Provider, but does NOT have access to the bean’s source code. No deployment
descriptor was provided in the ejb-jar delivered by the Bean Provider. Which represents the
solution to this problem?
A.
No solution is possible under these conditions.
B.
TheDeployer canadd metadataannotations totheejb-jar.
C.
The Application Assembler can add metadata annotations to the ejb-jar.
D.
TheSystem Administrator can addinterceptorbinding informationatruntime, using vendorspecific tools.
E.
TheApplication Assembler canaddadeployment descriptor totheejb-jarthat includesinterceptor
binding information.
Explanation: