-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
in: coreIssues in core supportIssues in core supportstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: bugA general bugA general bug
Description
Alexander K. opened DATAJDBC-86 and commented
Hi,
JdbcRetryException is thrown saying "An active transaction was found. This is not allowed when starting a retryable operation." even if @Transactional propagation value is REQUIRED. But in this case if there is an active transaction, then a new transaction will not be created. Hence JdbcRetryException should not be thrown and the retry should be done on the first created transaction
Affects: Ext 1.2 RELEASE
Metadata
Metadata
Assignees
Labels
in: coreIssues in core supportIssues in core supportstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: bugA general bugA general bug