Dear all,
I am a newbie to DB2. I have implemented simple session and entity bean (on Websphere 5.0) to update a row of a table (DB2 v8.1). I tried to stress the bean, and make it to update the same row with 3 concurrent accesses. I encounter deadlock always. Sometimes, the program can run smoothly, but the row is not updated correctly.
Any setting / related information I missed? Appreciate all the advice.