Im just curious - how far are you/we from having the OTM functional ? (Thus to get separate caches for each thread/connection to avoid the need for pessimistic locks)
I've tried to read the doc's on the web site, but it still seems to be unimplemented and the only "way out" - still is to have a NonCachingCache (and then live with not having identity (==) on objects) Is this still true for OJB ? /max ----- Original Message ----- From: "Thomas Mahler" <[EMAIL PROTECTED]> To: "OJB Developers List" <[EMAIL PROTECTED]>; "OJB Users List" <[EMAIL PROTECTED]> Sent: Sunday, December 22, 2002 3:06 PM Subject: [ann] new release 0.9.8 > Ho ho ho, > > just in time for christmas... > > a new OJB release! > > from the releases notes: > > ObJectRelationalBridge -- Bridging Java Objects and Relational Databases > > ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that > provides transparent transactional persistence for Java Objects against > relational databases. > OJB supports ODMG and JDO. > > Changes in Release 0.9.8 > > new features: > - On the fly database generation > - JDO support by providing a plugin to the JDO reference implementation > - support for nested fields > > bug fixes: > - tons of bug fixes > > With this release we are feature complete for the 1.0 release! > For 1.0 you should not expect more features to be added. > > cheers, > Thomas > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
