From commits-return-10077-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Wed Jun 10 03:46:45 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A97BD18062B for ; Wed, 10 Jun 2020 05:46:44 +0200 (CEST) Received: (qmail 67127 invoked by uid 500); 10 Jun 2020 03:46:43 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 67118 invoked by uid 99); 10 Jun 2020 03:46:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2020 03:46:43 +0000 From: =?utf-8?q?GitBox?= To: commits@fineract.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bfineract=5D_ptuomola_commented_on_pull_request_=23?= =?utf-8?q?1016=3A_Fix_ResultSet_type=28FINERACT-995=29?= Message-ID: <159176080365.8471.11060711446483260059.asfpy@gitbox.apache.org> Date: Wed, 10 Jun 2020 03:46:43 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: 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: users@infra.apache.org