|
From: Bill H. <bi...@lo...> - 2002-12-06 12:00:37
|
Martin, On Thu, 2002-12-05 at 15:25, Martin Crawford wrote: > > http://proxool.sourceforge.net/download/proxool-cvs-debug.jar > > > > This didn't seem to have the debugging information when I tried it. Hmm. I just tried it (downloaded it from that link) and it worked for me. Are you sure you have removed the old jar from your classpath? Just to be absolutely clear, I expect that jar to include line numbers in the stack trace (I'm sure you knew that though :) > > What JDBC driver are you using? > > https://sourceforge.net/projects/jxdbcon/ (0.9z which is the latest) That's useful to know. I might take a peek at the code if we don't get to the bottom of this soon. > Fixed! If you would like the stack track for more information let me know. That's good. We've identified the problem. But not entirely fixed it I'm afraid. As it is, all sub-classes of Statement (like CallableStatement) will not work correctly. There are two options, hack the code to work with all sub-classes too; or try to work out why the original code (which works with other JDBC drivers) doesn't work for jxdbcon. If you can spare a little time I'd like to try and pursue it for a little (and if I fail to work out the root cause then we can add the hack). I've added some debug code to the offending section so that we can see exactly what's going on. Would you mind testing this new jar (which doesn't have the fix in) and letting me know the results? http://proxool.sourceforge.net/download/proxool-CVS.jar You should see some debug output along the lines of: delegateStatement: java.sql.Statement proxiedStatement: java.sql.Statement > Thanks for the speedy fix/response! No problem. Bill |