Results 1 to 1 of 1

Thread: Rolling back with transaction in unknown state

Threaded View

  1. #1
    Join Date
    May 2012
    Posts
    1

    Default Rolling back with transaction in unknown state

    I found a problem when the transaction manager (JpaTransactionManager) tries to commit step execution changes and
    other entities changes. In fact, i think that there is a lock on a table other than spring batch's tables, then an exception is generated and the transaction becomes disordered.
    The full trace of the error in this attached files.
    Have i to add another transaction manager in charge of saving my entities?
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •