1
0
-1

When we click on "Save" button we are getting following error:

 

Validation Error

Error storing data: JTA transaction unexpectedly rolled back (maybe due to a timeout); nested exception is javax.transaction.RollbackException: Transaction set to rollback only

 

1 answer

  1.  
    1
    0
    -1

    Hi, the error message posted just says that there is an error and the transaction has been rolled back. You will need to see the root cause of the error which should be shown in the full error stacktrace in the logs.

      CommentAdd your comment...