Skip to content

JdbcRetryException on Propagation.REQUIRED [DATAJDBC-86] #329

@spring-projects-issues

Description

@spring-projects-issues

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 supportstatus: declinedA suggestion or change that we don't feel we should currently applytype: bugA general bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions