Re: Can't get locking exception
Re: Can't get locking exception
- Subject: Re: Can't get locking exception
- From: Mike Schrag <email@hidden>
- Date: Sat, 10 Jan 2009 09:13:48 -0500
What could be causing this?
No, the two ec's in your example will properly update (you're not holding an ec lock across requests, so the first EC is causing the second EC to update). The easiest way to force an optimistic lock is to go into your edit form on an EO, and then update the database manually with SQL commands in the background. This will cause your snapshot cache to be out of sync. The only way to get it to happen INSIDE your app would be to have two EC's attempt to change the value while both are locked.
ms |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden