| 3. |
Which of the following are valid container activities when a CDI interceptor-bound method is invoked in Jakarta EE 11?
Please select all the correct answers.
|
| |
A.
|
Begin a transaction if @Transactional is declared on the method |
| |
B.
|
Enforce security constraints declared via @RolesAllowed |
| |
C.
|
Invoke registered interceptor methods before the bean method executes |
| |
D.
|
Silently discard the request if the client lacks the required role |
| |
E.
|
Bypass the interceptor chain and invoke the bean method directly |