Re: Unable to recover from unclean DB exit - ArrayIndexOutOfBoundsException

2011-10-22 Thread Michael Spector
Hi Thomas, Here's the complete stack trace: org.h2.jdbc.JdbcSQLException: General error: java.lang.ArrayIndexOutOfBoundsException: 53 [5-158] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:158) at

Re: BindAddress via JDBC

2011-10-22 Thread beetle
If I don't set it, communication from my app to the local H2 db uses the company network, which is required for startup. However, upon disconnecting (losing wireless coverage) which happens on occasion, subsequent calls to the db errored out during development. If this should fail over by

Re: Insert record using default value

2011-10-22 Thread Paul
Thanks Thomas, Looks forward for the next version. So in the next version, in my example above, the LastModified would be the default value (current timestamp), correct? On Oct 21, 1:10 am, Thomas Mueller thomas.tom.muel...@gmail.com wrote: Hi, I didn't know about this. I consider this a bug,