| Author |
Transaction timeout
|
Sharon whipple
Ranch Hand
Joined: Jul 31, 2003
Posts: 294
|
|
Hi all Out jee app is using Oracle 10, My datasource timeout defined for 3 min, I was wandering what if oracle transaction timeout is shorter then the Jboss timeout?
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8142
|
|
|
Then the connection will be stale and any operation using that connection will result in an exception. There are some properties that you can set on the datasource which can avoid such a situation. See this for details.
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: Transaction timeout
|
|
|