I figured out I was running some tests against the database in a way that did not stop the server - the problem was not about starting and shutting down Tomcat after all, the contextlistener fixed that. Thanks for the help once again!
On 29 elo, 04:00, "Thomas Mueller" <[EMAIL PROTECTED]> wrote: > Hi, > > > Do you have any insight on the auto increment issue? Every start/stop- > > cycle increments the auto_increment counters by 30 or so. Not that > > this is a big problem but is there some kind of fix for this? > > Yes, the fix is to close the database. See > also:http://www.h2database.com/html/grammar.html#createsequence > "The cache is the number of pre-allocated numbers. If the system > crashes without closing the > database, at most this many numbers are lost. The default cache size is 32. " > > Regards, > Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
