Review entrystore-core-impl and check correct repository synchronization
Description
All classes in entrystore-core-impl must be reviewed with regards to correct synchronization on the repository object. In addition it should be checked whether the connection is always closed properly.
The synchronization should always be "synchronized (this.repository) { }" for all modifying requests. In some classes/methods this is not the case.
Environment
None
Activity
Show:
Hannes Ebner
May 8, 2016, 8:09 PM
Fixed issues with synchronization being done on wrong mutext; improved error logging