RE: [Objectbridge-developers] OJB-0.1.17
Brought to you by:
thma
From: Dixon-Peugh, D. <Dav...@tp...> - 2000-11-15 17:13:51
|
The TransactionTable class looks like it is backwards. You have: Thread get( Transaction key_tx ) When I think it is supposed to be the other way around: Transaction get( Thread keyThread ) This way we can retrieve the Transaction associated with the thread. Additionally, as it is possible for another thread to "join" a transaction, you aren't guaranteed to have a single transaction associated with a single thread. Tom, if you will take some time and put the source up in CVS, then we will all be able to work with the code rather than just pointing out oddities. Thanks, David. -----Original Message----- From: obj...@li... [mailto:obj...@li...]On Behalf Of Thomas Mahler Sent: Wednesday, November 15, 2000 1:18 AM To: 'obj...@li...' Subject: [Objectbridge-developers] OJB-0.1.17 Dear ObJectBridge enthusiasts, ojb-0.1.17 is out now! New features: - Using Identity Objects as lightweight placeholders(representing the uniqueness of objects, credits to David) - Proxy support, configurable lazy materialization using Identity objects - Smart updates/inserts (see server sample, how users can interact with this mechanism, credits to Bill) enJoy, Thomas Next things I'll will try: - Connection pooling - improved QBE facility - Transaction handling _______________________________________________ Objectbridge-developers mailing list Obj...@li... http://lists.sourceforge.net/mailman/listinfo/objectbridge-developers |