[Objectbridge-developers] new release 0.1.120
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2001-05-13 07:43:31
|
Hi all, I just placed a new release on the OJB site. This release contains the longly awaited OQL Parser! The ODMG tutorial has been touched slightly and now uses only ODMG API calls for persistence operations. from the release notes: changes in this release: New features: - OQL Parser and OQLQuery interface are now implemented. A few things are still missing: - bind operation not yet implemented - OQL filter operations in ODMG Collection not yet implemented changes, refactorings: - corrections and modifications to the ODMG tutorial to reflect the newly implemented OQL interface - modified the semantics of the register process for ODMG transactions: now a register also recursively registers all associated objects (registering a root node will register all child nodes) - modified the semantics of ODMG transaction commit: before an object is commited it is compared with its internal clone to detect modifications. - These to changes allow to get rid of the markModified operation, which was neccessary to tell the transaction about object changes. The Interface PersistenceCapable has been removed to reflect this change. bug fixes: Open bugs: - Testmethods in test.ojb.odmg.OdmgExamples still report failures. This bug is still open but I have some more information now: this bug can only be reproduced with the SUN JVM not with the IBM JVM, so I will debug the stuff under the SUN JVM... enJoy, Thomas |