Tagged Questions
The optimistic-concurrency tag has no wiki summary.
7
votes
2answers
130 views
Implementing optimistic concurrency on a legacy database
I have a database with some tables and also data in them.I need to implement for all tables optimistic concurrency.
I was wondering what would be the best way.
Query with a predicate will be created ...
5
votes
1answer
50 views
ConcurrentDictionary's optimistically concurrent Remove method
I was looking for a method in ConcurrentDictionary that allows me to remove an entry by key, if and only if the value is equal to one that I specify, something like the equivalent of TryUpdate, but ...
5
votes
1answer
2k views
Optimistic concurrency in ADO.NET Entity Framework
I found an MSDN article that describes how EF handles concurrency when saving changes:
By default [...] Object Services saves object
changes to the database without
checking for concurrency. ...
4
votes
4answers
90 views
What's a good end user message for optimistic concurrency failures
I'm trying to come up with some good words to explain an optimistic concurrency exception to a user. It turns out it's a lot harder that I thought it would be. the best I have so far is:
Someone ...
3
votes
1answer
165 views
optimistic concurrency with timestamp and typed dataset in asp.net
i'm creating a forum system for my web site with the use of c# and asp.net and for data access i'm using a typed dataset and for UI i'm using mvp pattern. in my database i have stored procedures which ...
3
votes
3answers
160 views
ProstgreSQL, MySQL optmistic concurrency
I have a web application in which data can be changed concurrently by the users. At the moment I include the old row values in each form and update the row only if the data is the same. With SQLite ...
3
votes
2answers
31 views
2 threads performing myAtomicReference.compareAndSet(expected,new Date())
static boolean unsynchronizedSetter(Date expected){
Date newDate = new Date();
AtomicReference<Date> myAtomicReference = Lookup.getAtomicRef();
boolean myStatus = ...
3
votes
2answers
1k views
Are nullable foreign keys allowed in Entity Framework 4?
I have a problem updating a foreign key in an Entity Framework entity. I am using self tracking entities and have an entity with some relations where the foreign key is also present as a property (one ...
2
votes
1answer
250 views
Using NHibernate (and Fluent NH) to map datetime-type version columns with better than second accuracy (and not truncate milliseconds)
I have a table with a datetime-type column as the version. It's a legacy DB so I can't possibly change it to datetime2 or use a different versioning mechanism. The NHibernate class is mapping this to ...
2
votes
1answer
948 views
Entity Framework Optimistic Concurrency Exception not occuring
We have an ASP.Net MVC application that uses EF4 as its data access layer and we're seeing unexpected behaviour with regards to OptimisitcConcurrencyExceptions not being thrown when we think they ...
2
votes
2answers
1k views
Hibernate - StaleObjectStateException in query possible?
Is it possible to get a StaleObjectStateException with Hibernate when you do the same query twice inside one tx if the result data of that query gets changed by a concurrent update inside a different ...
1
vote
0answers
32 views
How to use optional attributes in web service update messages (DTOs)?
BACKGROUND
Assume you have a (SOAP) web service, BookService, managing books in a library. In the information model assume that the Book entity has the following attributes:
id
author
publisher
...
1
vote
0answers
31 views
Is there a Web Service (WS) Standard for Optimistic Locking?
Is there a Web Service Standard (WS*) for Optimistic Locking / Optimistic Concurrency Control (OCC) designed for interoperability?
There are a number of standards related to pessimistic concurrency ...
1
vote
3answers
86 views
RavenDB Catch 22 - Optimistic Concurrency AND Seeing Changes from Other Clients
With RavenDB, creating an IDocumentSession upon app start-up (and never closing it until the app is closed), allows me to use optimistic concurrency by doing this:
public class GenericData : ...
1
vote
2answers
66 views
RavenDB UseOptimisticConcurrency in Config?
Is there a way to set optimistic concurrency to true in Raven.Server.exe.config? Or, can it somehow be applied at the database level? On RavenDB's site, I see a couple of mentions of setting ...
1
vote
0answers
28 views
When Optimistic Concurrency is applied doesn't allow me to edit anymore ASP.Net?
When I try to check the box in my data source to check for optimistic concurrency I can no longer edit data. I get an error saying:
"No value given for one or more required parameters."
I am not ...
1
vote
1answer
64 views
Hibernate: Should I include the 'version' field to hashcode() and equals() methods
I know that when overriding hashcode() and equals() of my persistent entities I should not include ID and only include the meaningful properties that uniquely identify the object.
But what about ...
1
vote
2answers
131 views
Is there an alternative to ISession.Merge() that doesn't throw when using optimistic locking?
I've been trying to use ISession.Merge() to keep coherence between two sessions, but it fails when the merged instance has a higher Version property than the one loaded in the session (with a ...
1
vote
3answers
95 views
Concurrency when deleting object in Entity Framework
I'm developing a web app using the entity framework. I load a list of objects and bind it to a repeater to show a summary of all the items. The user may click an edit icon or a delete icon for each ...
1
vote
0answers
46 views
Linq to Sql: Change Conflict SQL Statement
When I catch a ChangeConflictException is it possible to determine the actual SQL statement that failed from within the code? ie; rather than inspecting profiler output.
1
vote
0answers
262 views
Asp.Net ListView ItemUpdating does not set OldValues when using UpdateItem()
I don't know why the OldValues of the ItemUpdating eventargs is not being set when I try to update items using Listview.UpdateItem method.
OldValues is always set when I use the normal procedure of ...
1
vote
2answers
176 views
nHibernate and concurrency check
I want to achieve concurrency check using nHibernate 3 using UnitOfWork pattern.
To be more precise:
open new session session,
load entity in a session,
close session,
give user some time ...
1
vote
2answers
232 views
Linq to Sql - How to update an object using a repository pattern?
There is tons of information on this, but even after reading for hours and hours I can't seem to get this to work the way I want.
I'm trying to update a User object by passing in a User object and ...
1
vote
1answer
540 views
Solving Optimistic Concurrency Update problem with Entity Framework
How should I solve simulation update, when one user updates already updated entery by another user?
First user request 'Category' entityobject, second user does the same.
Second user updates this ...
1
vote
1answer
325 views
Should I check if a row exists before deletion?
I'm using Mssql as the db and EF4 as the ORM/DAL.
My question is about the following code:
public static void DeleteBuilding(int buildingId, int countryId)
{
PlayerBuilding playerBuilding = new ...
1
vote
1answer
205 views
Concurrency in django admin change view
My model:
class Order(models.Model):
property_a = models.CharField()
property_b = models.CharField()
property_c = models.CharField()
Many users will access a given record in a short ...
1
vote
0answers
329 views
Entity Framework 4: Inheritance and Optimistic Concurrency
I'm using AdventureWorks 2008 R2 database and added the BusinessEntity and Person tables to my EDMX. Then I changed the model in which the Person table inherits from the BusinessEntity table. As you ...
1
vote
3answers
1k views
How to figure the read/write ratio in Sql Server?
How can I query the read/write ratio in Sql Server 2005? Are there any caveats I should be aware of?
Perhaps it can be found in a DMV query, a standard report, a custom report (i.e the Performance ...
1
vote
1answer
140 views
versioning fails for onetomany collection holder
given parent entity
@Entity
public class Expenditure implements Serializable {
...
@OneToMany(mappedBy = "expenditure", cascade = CascadeType.ALL, orphanRemoval = true)
@OrderBy()
private ...
1
vote
2answers
673 views
NHibernate not throwing StaleObjectStateException when <Version> used and data changed in database
I have an entity mapped in NHibernate with optimistic concurrency control using a SQL timestamp column as the version number. The mapping is like the following:
<class name="Entity" ...
0
votes
3answers
98 views
Dataset optimistic concurrency
What would I need to do in my dataset C# client for handling optimistic concurrency?
This article does not go into many details except from use a timestamp
0
votes
0answers
26 views
HTTP 409 to browser on OptimisticLockingException in Spring+Hibernate
I have a part of an application that has greater chances of OptimisticLockingException. I checked the following links on handling it,
JPA: pattern for handling OptimisticLockException
Hibernate ...
0
votes
0answers
95 views
Not Detecting Concurrency Exception in Entity Framework 4.1 Code First
I am testing the latest EF in VS 2010 using Sybase SQL Anywhere as my data provider. I have set up a very, very simple project using the following guidelines on the ADO.NET Blog:
...
0
votes
2answers
148 views
When a transaction is rolled back in timestamp ordering protocol why is it given a new timestamp?
When a transaction is rolled back in timestamp ordering protocol, why is it given a new timestamp?
Why don`t we retain the old timestamp?
0
votes
2answers
98 views
Database Transaction Design Question
Consider the following two blocks of Java psedo-code in a system that uses optimistic transactions.
Example A:
try {
txn.begin();
// database operations
txn.commit();
}
catch (Exception ...
0
votes
0answers
123 views
Hibernate: optimistic-lock=“true” doesn't work for dom4j entity mode
Is it hibernate bug for supporting dom4j entity type?
java.lang.ClassCastException: org.dom4j.tree.DefaultElement cannot be cast to org.hibernate.collection.PersistentCollection
at ...
0
votes
0answers
50 views
ConcurrencyViolation : Delete method affected 0 of the expected 1 record
Hi
in my dataset i have some datatable and relations between them with deletion rule set to Cascade.
Also the database have relationship between tables with on delete cascade constraint.
Some of ...
0
votes
0answers
93 views
Subsonic modified to use ADO transactions and support optimistic locking / concurrency
I'm a big fan of SubSonic, but I have a client that insists on ADO transactions as opposed to the System.Transactions.TransactionScope technique provided out of the box with SubSonic. We also needed ...
0
votes
3answers
588 views
How to solve Optimistic Concurrency Updates in c# .NET N-tier applications?
Hy everyone.
In c# .net VS 2008 I'm developing an N-tier CRM framework solution and when it's done I want to share it.
The architecture is based on:
Data Access Layer, Entity Framework, Bussines ...
0
votes
1answer
198 views
How do I get Linq-to-SQL to ignore columns that are modified by INSERT triggers?
There's a column on one of my tables that's being updated by various INSERT/DELETE triggers in my database - the triggers perform some calculation based on the contents of linked tables and store the ...
0
votes
1answer
597 views
How should I handle this Optimistic Concurrency error in this Entity Framework code, I have?
I have the following pseduo code in some Repository Pattern project that uses EF4.
public void Delete(int someId)
{
// 1. Load the entity for that Id. If there is none, then null.
// 2. If ...
0
votes
1answer
362 views
Problems with Optimistic Concurrency through an ObjectDataSource and a GridView
I'm having a problem in an ASP .NET 2.0 Application.
I have a GridView displaying data from an ObjectDataSource (connected to a BLL class which connects to a TabledAdapter (Typed Dataset using ...
0
votes
2answers
555 views
Concurrency Violation in NHibernate( c#) example
For quite some time , I was reading about the optimistic concurrency in NHibernate. If what i understood was correct then the below sample should hold good.
Consider two transactions T1 and T2.
...
0
votes
2answers
4k views
inserting using linq-to-entities
Hi I'm having trouble solving this error. Any help on the problem would be much appreciated, thanks!
Error message:
Store update, insert, or delete statement affected an unexpected number of ...
0
votes
3answers
289 views
Having trouble doing an Update with a Linq to Sql object
i've got a simple linq to sql object. I grab it from the database and change a field then save.
No rows have been updated. :(
When I check the full Sql code that is sent over the wire, I notice that ...