-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
-
None
- Problem Description
The process engine persistence framework provides the HasRevision Interface for entities which require Optimistic locking.
In org.camunda.bpm.engine.impl.db.DbSqlSession.flushUpdates(List<PersistentObject>) we do an optimistic locking check for all entities, even those which do not implement the HasRevision interface.
AT:
- remove optimistic locking checks for entities which do not implement HasRevision