1.

What Is The Never 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 throws a REMOTE EXCEPTION.

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 throws a Remote Exception.

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