You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Tim Gödde (JIRA)" <ji...@apache.org> on 2015/11/17 15:13:11 UTC

[jira] [Updated] (OPENJPA-2614) First rollback after application start does not work under certain circumstances

     [ https://issues.apache.org/jira/browse/OPENJPA-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Gödde updated OPENJPA-2614:
-------------------------------
    Attachment: jpa-test.zip

> First rollback after application start does not work under certain circumstances
> --------------------------------------------------------------------------------
>
>                 Key: OPENJPA-2614
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2614
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>    Affects Versions: 2.4.0
>            Reporter: Tim Gödde
>         Attachments: jpa-test.zip
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)