Multiple choice

In which transaction does the bean runs the client's transaction context, if it has a transaction open when it invoked the beans methods?

  1. TX_REQUIRES_NEW

  2. TX_REQUIRED

  3. TX_BEAN_MANAGED

  4. RemoteInterface

  5. Java IDL

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

If the client has transaction open when it invokes the beans method, the bean runs the client's transaction context.