|
From: <lk...@us...> - 2004-11-16 09:04:38
|
Update of /cvsroot/openorb/PersistentStateService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2102 Modified Files: WHATSNEW Log Message: Fixed ArrayIndexOutOfBoundsException in MemoryIterator.detach() Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/WHATSNEW,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- WHATSNEW 10 Aug 2004 19:00:04 -0000 1.40 +++ WHATSNEW 16 Nov 2004 09:04:23 -0000 1.41 @@ -1,6 +1,8 @@ OpenORB PersistentStateService ------------------------------ +- Fixed ArrayIndexOutOfBoundsException in MemoryIterator.detach() + - 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 |