Closed GoogleCodeExporter closed 9 years ago
Original comment by frederic...@gmail.com
on 20 Jun 2013 at 7:31
Thank you for reporting the issue. I pushed a fix on the svn and on Maven, see
revision r171 and release 1.15-SNAPSHOT. Could you please tell me if this fixes
your problem? (because I suspect it might also be a configuration issue)
I think the problem was that the driver you use does not support the use of a
ResultSetMetaData when the related ResultSet is closed, even if the
ResultSetMetaData was obtained before closing; this behavior does not seem to
be a JDBC specification.
Now, the information needed is stored immediately when the ResultSetMetaData is
obtained; The ResultSetMetaData is no longer stored for later use.
As of log4jdbc, it is normal that no error appears, because it doesn't
implement the ResultSetCollector feature of log4jdbc-remix :)
Original comment by frederic...@gmail.com
on 20 Jun 2013 at 8:05
I have pushed the release to the main branch (release 1.15), please let me know
if your problem is fixed.
Original comment by frederic...@gmail.com
on 20 Jun 2013 at 11:39
With version 1.15 server is started and running, our db test suites pass with
success.
The issus for is fix, thank you.
Original comment by nikolas....@gmail.com
on 21 Jun 2013 at 9:47
* The issue for me is fix, thank you.
Original comment by nikolas....@gmail.com
on 21 Jun 2013 at 9:48
Thanks for letting me know :)
Original comment by frederic...@gmail.com
on 21 Jun 2013 at 11:21
Original issue reported on code.google.com by
nikolas....@gmail.com
on 20 Jun 2013 at 1:39Attachments: