Overview

Test case for degenerate use of transaction management features of RootServiceJpa. This involves opening an explicit transaction when transaction per operation is set to false, and we'd expect an exception.

Assumptions

  • n/a

Procedure 1

  • Set transaction per operation to true
  • Begin a transaction
    • TEST:  should produce an exception
  • Set transaction per operation to false
  • Begin a transaction
  • Begin a transaction
    • TEST:  should produce an exception

Expected Runtime

  • < 1 sec

Notes

  • n/a

 

  • No labels