-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
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