|
From: Michael R. <mr...@us...> - 2004-07-26 16:27:55
|
Update of /cvsroot/openorb/PersistentStateService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8597 Modified Files: .cvsignore TODO WHATSNEW Log Message: Fixed the basic examples Index: .cvsignore =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- .cvsignore 2 Feb 2004 23:12:34 -0000 1.6 +++ .cvsignore 26 Jul 2004 16:27:44 -0000 1.7 @@ -1,3 +1,6 @@ +ObjectId +database +trace.log bin build dist Index: TODO =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- TODO 23 Jul 2004 23:10:43 -0000 1.7 +++ TODO 26 Jul 2004 16:27:44 -0000 1.8 @@ -2,8 +2,6 @@ PersistentState Service TODO ======================================= -Build system - - The file /org/openorb/pss/connector/file/TransactionalDataManagerSerializable usese the methods Thread.resume()/Thread.suspend() which have been deprecated because of deadlock-problems. @@ -14,3 +12,5 @@ For the precise order, see the Service framework. - Use HSQLDB for database examples. + IDB has changed its license to a proprietary one + and the old IDB does not seem to allow long table names. Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/WHATSNEW,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- WHATSNEW 23 Jul 2004 23:11:39 -0000 1.36 +++ WHATSNEW 26 Jul 2004 16:27:44 -0000 1.37 @@ -1,15 +1,20 @@ OpenORB PersistentStateService ------------------------------ +- Fixed examples: org.openorb.pss.examples. + memory.basic.* + file.basic.* + database.basic.* (table names too long for IDB) + - Fixed copy and paste bugs in examples and added loading of OTS profile so that the transactional examples will work. - Fixed various warnings Eclipse 3.0M6 complained about. - + - Added Eclipse project files (.project and .classpath) the project can now easily be imported by New->Project->Import From existing Source - + - Placed compiler cache files in build directory, caches are now deleted by invoking the build target "clean" |