-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.3.2
-
Fix Version/s: 5.6.0-HF19, 5.7.1
-
Component/s: Web API (REST or WS*)
The restlet servlet is starting a transaction itself. But in the finally block, if the tx is rollbacked, the tx is not committed. We should check also for roll-backed state at this place.