Re: [Hibernate] Hibernate Spring and HSQLDB - locking issue

2004-01-21 Thread Michael Gloegl
Hi, Try calling sessionFactory.close() at the end, and ask such questions in the user forum. Troy McKinnon wrote: I have tried everything to get hibernate to release the lock. No luck. Trying to do it forcefully just gives an access denied error. Any ideas at all how I can get past this.. The w

[Hibernate] Hibernate Spring and HSQLDB - locking issue

2004-01-21 Thread Troy McKinnon
I have tried everything to get hibernate to release the lock. No luck. Trying to do it forcefully just gives an access denied error. Any ideas at all how I can get past this.. The way it tands now I have to restart tomcat evertime I open a HSQL connection. Obviously a huge issue. If I can't get

[Hibernate] Hibernate Spring and HSQLDB - locking issue

2004-01-20 Thread Troy McKinnon
I can't get Hibernate to disconnect from the database once it is connected. It creates a HSQLDB.lck file and I have to terminate the Tomcat before I can access it again. I have tried: (With no luck..) try { Configuration cfg = new Configuration().configure("/hibernate-HSQLDB.cfg.xm