1.

What Is 'not Supported' Transaction Attribute That Can Be Defined In Container-managed Transactions?

Answer»

If a client has an associated TRANSACTION and calls a container-managed bean's METHOD then the container SUSPENDS the client’s transaction, calls the bean's method, and starts the client’s transaction after method execution completes.

If a client is not associated with a transaction, then the container does not start a NEW transaction before calling the bean's method.

If a client has an associated transaction and calls a container-managed bean's method then the container suspends the client’s transaction, calls the bean's method, and starts the client’s transaction after method execution completes.

If a client is not associated with a transaction, then the container does not start a new transaction before calling the bean's method.



Discussion

No Comment Found