3
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss 3.0.7 and maximum open
> cursors exceeded
>
>
> If you are closing the prepared statements that should close
> the result sets. My guess is that you are not.
>
> Try it with 3.2.1, it has a check for unclosed statem
each result set, statement and connection - don't rely on the drivers
to do it for you.
Regards,
Al.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Adrian Brock
> Sent: 22 August 2003 12:03
> To: [EMAIL PROTECTED]
> Subject:
If you are closing the prepared statements that should close
the result sets. My guess is that you are not.
Try it with 3.2.1, it has a check for unclosed statements
when you return the connection to the pool.
Regards,
Adrian
On Fri, 2003-08-22 at 04:17, Michael Klem wrote:
> I have code in prod