> I want to disable the creation of the h2-log files. Is that possible
> yet?
You can not disable creating the transaction log. Why do you want to
disable it? But you can disable writing to them:
http://www.h2database.com/html/grammar.html#setlog
Regards,
Thomas
I suggest to solve the access rights problem in the system. Currently
H2 creates temporary files, lock files (.lock.db), files for lobs
(.lob.db).
Regards,
Thomas