Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] (Newbie)Optimistic Locking for Web Apps



RogerV wrote:
> 
> Hi
> 
> Could someone explain or point to a tutorial on how to implement
> optimistic locking correctly in a web-application. I've added the version
> column and annotation to my entity and I can see the version number
> incrementing in the database every time I perform an update. I've read the
> article at http://java.dzone.com/articles/dont-break-optimistic-locking
> but I can still overwrite changes.
> 

Please accept my apologies - I missed a crucial step from the example!

Regards
-- 
View this message in context: http://www.nabble.com/%28Newbie%29Optimistic-Locking-for-Web-Apps-tp25381983p25382223.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top