Hmm, I'm not entirely sure there is a bug here.
It looks like the server does not have enough time to finish starting
up before the shutdown command executes.
The shutdown command thinks that the server is not there, so it just
completes normally.
I suspect that if you put Thread.sleep(500) between start() and
stop(), everything will be fine.

Either way, I will try your test case on monday when I'm back at my
regular machine.

Regards, Noel.

-- 
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