On 19 Jul 2005, at 18:04, Ralf Joachim wrote:
The stacktrace of TC98 looks ok to me as we try to load the same object in 2 independent threads which should lead to a Locking problems. Loading the objects in a single thread works as you can see when debuging through the other test cases.


I ran into something like this once - it was because I was using the standard db type that didn't support locking. What's the DB type of the database you're testing the code with? Is the test in question trying to use DbLocked on a MySQL DB type that doesn't support "select [...] for update" with row locking?


-------------------------------------------------
If you wish to unsubscribe from this list, please send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to