You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User-B creates a new Workitem (sequence Number= 1001)
User-A saves System config
NOW again sequence Number= 1000 !
A optimisticeLock Exception is expected but did not occure
Solution:
The reason for this behaviour is that the Controller is ApplicationScoped. This means that the VersionID is correctly updated from the internal perspective.
But we need to avoid that in this situaiton the Sequencenumber is overwritten
The text was updated successfully, but these errors were encountered:
Szenarion:
A optimisticeLock Exception is expected but did not occure
Solution:
The reason for this behaviour is that the Controller is ApplicationScoped. This means that the VersionID is correctly updated from the internal perspective.
But we need to avoid that in this situaiton the Sequencenumber is overwritten
The text was updated successfully, but these errors were encountered: