[OJB-developers] new release
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-01-06 10:39:43
|
Hi all, I just assembled a new release. It's mainly a bug fix release. The C/S mode should now run without any problems! There are only two new features: - The SequenceManager can now also return long values (and arbitrary objects) - Jakob's implementation of collection proxies has been integrated. from the release notes: Changes in Release 0.7.290 new features: - SequenceManager: return long and Object - Provide a better proxy mechanism for 1:n references. We need proxies not on the element level of the collection,but on the collection level. That is: not 100 proxies for 100 elements in the collection, but 1 Proxy for the complete collection. bug fixes: - TX serializable: one tx can't acquire read lock twice - Bugs in inheritance mapping on one table - Bugs in PB Server - RsIterator bug with releaseDbResources - ODMG tx checkpoint must rethrow exceptions - Bug with updating objects that have only primary key fields ("UPDATE table WHERE col1=1 AND col2=2") refactorings: - Cache synchronization More information is available at http://objectbridge.sourceforge.net Copyright (c) 2000, 2001, Thomas Mahler, et al. |