RE: HSQLDB and Tomcat ServletContextListener

2006-09-21 Thread Awaneesh Shatmanyu
Also for you information ...the auto-commit of HSQLDB is off by default. -Original Message- From: Awaneesh Shatmanyu [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 8:15 PM To: Tomcat Users List Subject: RE: HSQLDB and Tomcat ServletContextListener Hi Feris, I am

RE: HSQLDB and Tomcat ServletContextListener

2006-09-21 Thread Awaneesh Shatmanyu
, Awaneesh Shatmanyu -Original Message- From: Feris Thia [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 7:55 PM To: Tomcat Users List Subject: HSQLDB and Tomcat ServletContextListener Dear All, I'm using HSQLDB as embedded in-process mode for my web application. I

HSQLDB and Tomcat ServletContextListener

2006-09-21 Thread Feris Thia
Dear All, I'm using HSQLDB as embedded in-process mode for my web application. I used to schedule every 1 minutes to check on the HSQLDB database. I open the db when context initialized and close it when context destroyed. But when the context reloaded I always get Java.lang.NullPointerException