It seems like it is not there yet in v1.0.1. Can it be expected in v1.0.2 and when it is coming out?
It's funny, some month ago I changed ObjectCacheEmptyImpl no longer support circular references (version 1.8 to 1.9), because user point out that "empty" indicate a plain noop-ObjectCache implementation.
I recommend to use ObjectCachePerBrokerImpl which supports circular references and clear it's pool on rollback or PB.close().
So, if you handle the PB instances in recommended way (lookup from PBF, make your action, close after use), this implementation should fit your requirements.
Hi Armin,
Just to double check, is this true even if I use ODMG, but get the PB broker to query the object to be read/write with in the ODMG transaction which is closed after the operation (and I understand this closes the broker by itself).
Assume you get the PB instance with
((TransactionExt) tx).getBroker()
yep, on ODMG level a Transaction.commit/rollback close the internal used PB instance of Transaction implementation class.
regards, Armin
Thanks for your response.
Ashish
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
