Jaybird 2.2.4 NestedTransactionNotSupportedException: JpaDialect does not support savepoints

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?

+6
source share

All Articles