|
From: <lk...@us...> - 2004-08-10 19:00:13
|
Update of /cvsroot/openorb/PersistentStateService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7930 Modified Files: WHATSNEW Log Message: Fixed memory leak in Database connector that occured when DB went down. Patch provided by Thomas Haug and Matthias Grosam (Siemens) After an SQL Exception the DB Connection is now tested. Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/WHATSNEW,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- WHATSNEW 29 Jul 2004 09:48:12 -0000 1.39 +++ WHATSNEW 10 Aug 2004 19:00:04 -0000 1.40 @@ -1,6 +1,16 @@ OpenORB PersistentStateService ------------------------------ +- After an SQL Exception the DB Connection is now tested by executing + a select statement. By default that statement is "SELECT 1 + 1" but + can be overwritten for Database engines (e.g. Oracle) that do not + allow select statements without a from clause. The property to set + is "pss.Database.ConnectionTestSQL". + +- Fixed memory leak in Database connector that occured when DB went down. + Patch provided by Thomas Haug and Matthias Grosam (Siemens) + + Version 1.4.0 BETA2 - July, 29 2004 - PersistentStateService_1_4_0_BETA2 - Fixed examples: org.openorb.pss.examples. |