I use openjpa and use store and commit.
Commit sometimes launches exception, but I can't get more precisions.
Sometimes, I guess It's integrity problem (storing twice the same date).
The error message and the stack are:
The transaction has been rolled back. See the nested exceptions for details on the errors that occurred.
<openjpa-2.4.1-r422266:1730418 fatal store error> org.apache.openjpa.persistence.RollbackException: The transaction has been rolled back. See the nested exceptions for details on the errors that occurred.
...
But where to find more detailed causes, or how to get nested exceptions ?
Thanks