Re: [Hsqldb-developers] HsqlTimer.shutdown()

2005-10-18 Thread Campbell Boucher-Burnet
Patch submitted at: http://sourceforge.net/tracker/index.php?func=detail&aid=1329486&group_id=23316&atid=378133 On Tue, 2005-10-18 at 03:02, Tobias Bocanegra wrote: > hi all, > i noticed that after shutting down an embedded database, the thread of > the HsqlTimer is still running. i quickly che

Re: [Hsqldb-developers] HsqlTimer.shutdown()

2005-10-18 Thread fredt
t; To: Sent: 18 October 2005 10:02 Subject: [Hsqldb-developers] HsqlTimer.shutdown() hi all, i noticed that after shutting down an embedded database, the thread of the HsqlTimer is still running. i quickly checked the source code, but i could not find a reference to HsqlTimer.shutdown(), so i think it

[Hsqldb-developers] HsqlTimer.shutdown()

2005-10-18 Thread Tobias Bocanegra
hi all, i noticed that after shutting down an embedded database, the thread of the HsqlTimer is still running. i quickly checked the source code, but i could not find a reference to HsqlTimer.shutdown(), so i think it is never called. this results in a problem for example when using hsqldb embedde