|
From: Bill H. <bi...@lo...> - 2002-12-06 16:21:29
|
Further to my earlier email: On Fri, 2002-12-06 at 12:02, Bill Horsman wrote: > > > 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. I've taken a look at the code and I see the problem. Their Statement implementation doesn't implement Statement directly but extends an abstract class that does so. This exposes a limitation in Proxool's code that I have now fixed. The latest CVS copy should now work for jxDBCon driver using methods to create Statements, PreparedStatements and CallableStatements. For your convenience I have I built a JAR: http://proxool.sourceforge.net/download/proxool-CVS.jar > 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? Don't bother with that now. Just let me know whether the new version fixes it for you. I suspect it will. Since nobody else has reported this problem I probably won't bother making a new release early. 0.6 is scheduled for round about December 12. Regards, Bill |