It doesn't sound reasonable that different users would collide with one another in a transaction environment unless they are always working on the same data. If they *are* working on the same data, then you should expect collisions and have your application manage that for the user in a clean way. If your users are working on different pieces of data and you're still getting collisions, then my guess is that your data model is flawed in some way as to allow this to happen.

Dave

Denis Avdic wrote:

Now, if I have a number of users using the application, all users share the same broker. Thus I get collisions where one user would begin a transaction then another would begin a transaction (and get an exception) and then first user would commit transaction, and when the second user would try to commit transaction I get an error.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to