Multiple choice technology architecture

Who is allowed to override the transaction attribute in the deployment descriptor?

  1. Bean Provider

  2. Application Assembler

  3. Deployer

  4. System Administrator

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Application Assembler is responsible for assembling enterprise beans into application modules and can override transaction attributes defined by the Bean Provider. The Deployer then deploys these assembled modules, while System Administrators manage runtime resources. The Bean Provider only defines default transaction attributes.