Update of /cvsroot/openorb/PersistentStateService
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26843
Modified Files:
WHATSNEW
Log Message:
Renamed "enum" variables to allow compilation on JDK 1.5
Index: WHATSNEW
===================================================================
RCS file: /cvsroot/openorb/PersistentStateService/WHATSNEW,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- WHATSNEW 16 Nov 2004 09:04:23 -0000 1.41
+++ WHATSNEW 19 Nov 2004 22:40:25 -0000 1.42
@@ -1,6 +1,8 @@
OpenORB PersistentStateService
------------------------------
+- Renamed "enum" variables to allow compilation on JDK 1.5
+
- Fixed ArrayIndexOutOfBoundsException in MemoryIterator.detach()
- After an SQL Exception the DB Connection is now tested by executing
|