Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2614

First rollback after application start does not work under certain circumstances

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 3.2.1
    • jpa
    • None

    Description

      Rollback is not complete under the following circumstances:

      1. Entites must use a sequence generator with GenerationType.SEQUENCE
      2. It is the first rollback after application start
      3. You have to flush successfully during the creation of entities
      4. The transaction is rolled back during commit because of a constraint violation

      Expected result: Nothing remains in the database that is created during the transaction

      Actual result: Entites created before the flush are persisted (i.e. not rolled back)

      An example project is attached. It shows the described problem when executing the test.

      Attachments

        1. jpa-test.zip
          14 kB
          Tim Gödde

        Activity

          People

            struberg Mark Struberg
            tim.goedde Tim Gödde
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: