Re: [OJB-developers] Concurrent access not posible with 0.7.325 in C/S mode
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-02-06 06:21:02
|
Hi Ricardo, I just placed a new release (0.7.327) on the OJB download page. I modified the PersistenceBrokerFactory and the ODMG implementation. Now in singlevm mode each transaction will obtain its own broker instance. During comit() or abort() the broker instances are released to a pool. I hope this will solve at least some of your problems. This is no release build. thus there are no TestCases yet that check the implemented features. There may be bugs! HTH, Thomas |