3.3.8 Transaction Timeouts
When a transaction timeout occurs, the transaction is marked so
that the only possible outcome is to roll back the transaction, and
the CORBA::TRANSACTION_ROLLEDBACK
standard exception
is returned to the client. Any attempts to send new requests will
also fail with the CORBA::TRANSACTION_ROLLEDBACK
exception until the transaction has been aborted.
Parent topic: Transactions