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
Hi Feris, I am currently working with the HSQLDB for my project. I had similar problem, which got solved. 1. Make sure your jdbc connection is closed every time. 2. Do not run you application as long as you are looking into the HSQLDB, close the DB and then run the application. Regards, Aw