Spring Data R2DBC ReactiveCrudRepository.save() method is not working even with method / class level @Transactional annotation #18664
Labels
for: external-project
For an external project and not something we can fix
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Please, let me know if spring-data-r2dbc transactions by default are read only?
For some reasons, data cannot be saved when I do it using ReactiveCrudRepository like so:
I have prepared a repo, and that par is present, but commented here. Cannot understand, why it cannot be committed... but anyway, data can be successfully saved in database if I'm using DatabaseClient for that:
full code located here
versions
Is it bug or I missed something?
Thanks!
Regards,
Maksim
The text was updated successfully, but these errors were encountered: