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

Just for future people, why don't you let us know what you missed?

./tch



On Thu, Sep 10, 2009 at 8:16 AM, RogerV <roger.varley@xxxxxxxxxxxxxx> wrote:
>
>
>
> 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.
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


Back to the top