Re: [basedb-devel] intermittent hibernate errors when using BASE API

2008-08-05 Thread Nicklas Nordborg
Bob MacCallum wrote: > Hi Nicklas, > > I'll double check but I think we're sharing one DbControl across the whole > webapp, so that will be the first place to look. This will definitely give you a lot of problems since a DbControl is not thread-safe. You may also run into memory problems since e

Re: [basedb-devel] intermittent hibernate errors when using BASE API

2008-08-05 Thread Bob MacCallum
Hi Nicklas, I'll double check but I think we're sharing one DbControl across the whole webapp, so that will be the first place to look. Thanks for the hint. Will post back when I have a solution. cheers, Bob. Nicklas Nordborg writes: > Bob MacCallum wrote: > > Quick follow up to: > > http

Re: [basedb-devel] intermittent hibernate errors when using BASE API

2008-08-04 Thread Nicklas Nordborg
Bob MacCallum wrote: > Quick follow up to: > http://www.mail-archive.com/basedb-devel@lists.sourceforge.net/msg00316.html > > The problem seems to be triggered by concurrent access to our BASE-based web > application (for example, me and googlebot). > > That doesn't bring me any closer to underst