Hi there! In version 1.3.163 the method diskSpaceIsLow() was removed from DatabaseEventListener This since the storage file(s) was closed anyway or similar!
I was using the diskSpaceIsLow() to simply notify/shutdown my storage module about the problem, so it could take appropriate action. In my database storage module I do *not* want to test for specific exception everywhere to check for "disk is full" problems. And the users of my application can also choose another database engine (but H2 is the preferred one) So my question is: Can the diskSpaceIsLow() or some other new method be called when H2 realizes that we are "out of space" and the storage file(s) are closed? Thanks for your help /Goran Schwarz, Sybase Sweden -- 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.
