ptuomola commented on pull request #1016:
URL: https://github.com/apache/fineract/pull/1016#issuecomment-641702722


   @xurror Unfortunately I doubt this will work: MySQL Connector does not 
support scrollable cursors, so setting ResultSet.TYPE_SCROLL_INSENSITIVE should 
have no impact. 
   
   From MySQLConnector documentation: 
   MySQL does not support SQL cursors, and the JDBC driver does not emulate 
them, so setCursorName() has no effect.
   
   I think we need to look at the job that fails and see what could lead to 
this... and why does Spring throw a TransientDataAccessException - some 
concurrency issue? Underlying data was modified by another job at the same 
time? 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to