Re: [Proxool-developer] Possible bug with CallableStatment
UNMAINTAINED!
Brought to you by:
billhorsman
From: Bill H. <bi...@lo...> - 2007-01-10 23:15:27
|
On 01/10/2007 10:57 PM, Neil Miller wrote: > I'm not sure if the bug tracker on Sourceforge is used much, so I > thought I'd post this here. We're getting a warnings in our logs when > using CallableStatements (I added a stack trace for additional info): > > Jan 10, 2007 3:17:59 PM org.logicalcobwebs.proxool.ProxyConnection > registerClosedStatement > WARNING: 001210 (01/02/00) - #16 registered a statement as closed > which wasn't known to be open. That warning message could probably be improved because it could also indicate a statement that has been closed twice. Are you sure you don't close the statement inside the main try block as well as the finally block? - Bill |