strolch/li.strolch.rest
Robert von Burg e44775f30b [Bugfix] fixed not unlocked objects after TX
When a TX is closed, all locked objects are unlocked. The but originated from multiple commands being performed for the same object, thus the object was locked multiple times i.e. the lock counter was >1. Now added a releaseLock() method which is called by the TX when the TX is closed so that the lock counter is really 0 and the lock is released.

- Added tests for this situation
- documented the LockHandler
2015-01-16 13:59:17 +01:00
..
src [Bugfix] fixed not unlocked objects after TX 2015-01-16 13:59:17 +01:00
.gitignore moved everything to a subdirectory for repo merge 2014-09-16 08:52:52 +02:00
LICENSE moved everything to a subdirectory for repo merge 2014-09-16 08:52:52 +02:00
README.md moved everything to a subdirectory for repo merge 2014-09-16 08:52:52 +02:00
pom.xml [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00

README.md

li.strolch.rest

Build Status

Restful Web Service API for Strolch