On Nov 13, 2007 10:52 PM, Yevgeni Kovelman <[EMAIL PROTECTED]> wrote: > Eelco, > > I've been using oracle jdbc driver for about 3 weeks consistently as well as > libraries below. Then I spent a few days building up my dataset > programmatically and decided to create a list of dependencies for the > project, that's when all the hell broke loose. I thought perhaps there is > some incompatibility with the latest wicket-spring and spring 2.0.6, then > tried hibernate 3.0/3.1/3.2. Maybe I've been at it too long and just not > seeing the problem.
It's just that the stack trace points to the JDBC driver, which can be a bug in the driver, a bug in how the driver is used (unlikely) or some problem with your database connection. Make sure your result set is not shared for instance. I'm afraid I can't help you much based on this stack trace: please use your debugger and/ or think about whether you might have concurrency issues or database problems. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
