Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 37017 invoked from network); 25 Feb 2004 01:23:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Feb 2004 01:23:25 -0000 Received: (qmail 1525 invoked by uid 500); 25 Feb 2004 01:23:08 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 1431 invoked by uid 500); 25 Feb 2004 01:23:08 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 1418 invoked by uid 500); 25 Feb 2004 01:23:08 -0000 Received: (qmail 1415 invoked from network); 25 Feb 2004 01:23:08 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 25 Feb 2004 01:23:08 -0000 Received: (qmail 37001 invoked by uid 1510); 25 Feb 2004 01:23:23 -0000 Date: 25 Feb 2004 01:23:23 -0000 Message-ID: <20040225012323.37000.qmail@minotaur.apache.org> From: arminw@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb release-notes.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N arminw 2004/02/24 17:23:23 Modified: . release-notes.txt Log: update release notes Revision Changes Path 1.34 +21 -4 db-ojb/release-notes.txt Index: release-notes.txt =================================================================== RCS file: /home/cvs/db-ojb/release-notes.txt,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- release-notes.txt 17 Jan 2004 17:02:07 -0000 1.33 +++ release-notes.txt 25 Feb 2004 01:23:23 -0000 1.34 @@ -17,16 +17,29 @@ NOTES: - No support for HSQLDB 1.7.2RC1 yet - No support for Torque 3.1 yet -- Add new PersistenceBrokerFactory implementation for use in managed environments when only the + +- Add new PersistenceBrokerFactory implementation for use in managed environments when *only* the PB-api was used and participation in JTA transaction via Synchronization interface is needed. + - Add new configuration property 'autoSync' to ObjectCacheDefaultImpl. Used to enable a simple synchronization mechanism to keep cache in sync with DB CHANGES: +- fix bug in internal table OJB_HL_SEQ, column type of MAX_ID was INTEGER but +needs BIGINT to support Long on java side + +- no longer throw an exception when calling abortTransaction more than one time +or an internal rollback (by ConnectionManager on the used connection) was already done + - Add object-cache tag in standard jdbc-connection-descriptor in repository_database.xml to enable new 'autoSync' property of ObjectCacheDefaultImpl for all operations made by this DB connection -- Allow infinite lifetime of cached objects in ObjectCacheDefaultImpl + +- Allow infinite lifetime of cached objects in ObjectCacheDefaultImpl (handle with care ;-)) + +- odmg-api implementation, disable restore of transient objects on transaction abort, +because we can't really restore the whole object with all references + - now using ANTLR 2.7.2 and Unicode support in OQL queries - now using ANT 1.6.0 @@ -57,9 +70,13 @@ - The bogus ODMG Distributed Lockmanagement feature has been replaced by a new Servlet based LockServer. Transaction isolation should now work properly even - accross a cluster of JVMs. + accross a cluster of JVMs. KNOWN ISSUES: +- odmg-api: It is not possible to exchange objects in 1:n references. +E.g. two objects with 1:n reference, each with one reference object, obj_1{ref_1} +and obj_2{ref_2}. Lock objects and exchange the references in collection obj_1{ref_2} +and obj_2{ref_1} and commit. --------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org