Using @Transactional(value ="erpJPA",propagation=Propagation.NESTED ) i have the exception
Caused by: org.springframework.transaction.NestedTransactionNotSupportedException:
JpaDialect does not support savepoints - check your JPA provider's capabilities
Doesn't firebird support Nested Transaction from version 1.5?