Hi Lukas,

I've having an issue with optimistic locking.

The issue happens if you.

fetch record
change some data
store
change some data
store - gives DataChangeException

It seems the internal "original" fields are not reset after a store. Which 
I am not sure if they should be. But it would make sense to me for the 
above code to work. Would there be any issues with resetting the "original" 
fields after successfully saving a record?. Or can there be a setting to 
enable that behaviour?

Thanks, Ryan

Reply via email to