Hi Matthias, The DB2 error code suggests that the SELECT query used a cursor but the associated database transaction of the cursor has been committed or rolled back.
1. Do you see within TaskManager.finishTask() any possibility of ending the database transaction before findOrCreateTask() ? 2. I can not fathom, from the presented information, the status of the transaction when finishTask() is invoked. Is it likely that the transaction has been rolled back even before finishTask() is invoked? ----- Pinaki -- View this message in context: http://openjpa.208410.n2.nabble.com/cursor-prepared-statement-problem-with-WebLogic-10-3-2-tp5724027p5744409.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
