|
| Re: "java.sql.SQLException: Result set already |
 |
Wed, 30 Apr 2008 03:57:14 -070 |
Hi Joe
Sorry for the delay, I have been doing some further investigation.
I have simplified our TestCase to ensure that we are only running a single
thread in our external client but I am still getting the same error.
The exception only occurs if I perform the query within an XA Transaction which
is being handled by the Weblogic Transaction Manager. I can perform the query
outside the XA Transaction and it will retreive all of the information without
closing the Result Sets.
It appears that the ResultSet is being closed by the WebLogic Transaction
Manager even though the encompassing XA Transaction has not been ended by th |
| Post Reply
|
|
|
|
|
|
|
|
|
|