Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
Description
Transactional#readOnly isn't @Nonbinding and therefore no interceptor gets active. result: the rollback code doesn't get invoked at all, because there is no transaction. that also means if there is a nested call which starts a transaction, that transaction gets handled as usual.