Using @Transactional (value = "erpJPA", distribution = Distributing .NESTED) I have an exception
Caused by: org.springframework.transaction.NestedTransactionNotSupportedException: JpaDialect does not support savepoints - check your JPA provider capabilities
Does firebird support nested transaction since version 1.5?
source share