|
From: Dave B. <dba...@on...> - 2005-06-17 17:05:43
|
Hi Juergen, Using Spring 1.2.1 with JtaTransactionManager with WebLogic 6.1. A review of my logs showed a large number of JTA timeouts. The odd thing is that the timeouts seem all to be occurring on the same thread. What WebLogic reports as the transaction ID is always the same. It appears to me that there is stale Spring JTA transaction attached to this particular thread. Each time WebLogic releases this thread to a request, and attempts to run some SQL (via Spring), it gets a JTA timeout with the same transaction ID. I'm about to restart our server, and I expect this to clear up the problem. However, this is a pretty serious problem. I am going to go back through the logs and attempt to locate the root error for this thread. Thanks for your help, Dave |