On Jun 23, 12:48 pm, Wildam Martin <[email protected]> wrote:
> On Wed, Jun 23, 2010 at 11:35, Jussi <[email protected]> wrote:
> > Something weird is happening, that's for sure. Does .lobs.db indicate
> > nameless database? Isn't those usually named <database_name>.lobs.db,
> > in this case localDB.lobs.db? We have localDB.lobs.db in the user home
> > directory where the database files are located.
>
> Don't know about the name, are you using several threads? Maybe a race
> condition...

We use spring and dependency injection to create our database accessor
object, which is then injected to all those classes which need
database access. I think it is done in one thread... :)

Insertions, updates and deletes are done inside synchronized blocks,
but not selects.

But you are right that this may be some kind of timing issue or a race
condition, because the problem only occurs on this one Vista machine
which is slower and has less memory than other machines.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to