cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

apprentice321
Node
since ‎07-31-2019
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

This happens when there is a custom isolation level present for a jpa method ( isolation = Isolation.SERIALIZABLE). @Override @Transactional(readOnly=false, isolation = Isolation.SERIALIZABLE) public Lis saveAll(List<Price> prices) { .. ...
https://pastebin.com/fRe8cV6D Here is a small demo app. Run test see the exception http://s000.tinyupload.com/?file_id=08058775976150014028