1 Feb 2005 16:21
Re: OJB 1.0.2 ?
Armin Waibel <arminw <at> apache.org>
2005-02-01 15:21:00 GMT
2005-02-01 15:21:00 GMT
hi all, will check in the fixes for OJB 1.0.2 later. I have a touch (or more) of fever. I have fixed one test case in odmg-api and found problems with cache handling. Sorry folks. regards, Armin Armin Waibel wrote: > Think I found a bug. > I got these output > [junit] Running org.apache.ojb.broker.AllTests > [junit] Tests run: 517, Failures: 1, Errors: 0, Time elapsed: 142,359 sec > [junit] Test org.apache.ojb.broker.AllTests FAILED > [junit] Running org.apache.ojb.odmg.AllTests > [junit] [BOOT] INFO: Found logging properties file: OJB-logging.properties > [junit] [BOOT] INFO: Logging: Found logger class > 'org.apache.ojb.broker.util.logging.PoorMansLoggerImpl > [junit] [BOOT] INFO: Loading OJB's properties from file > file:/E:/dev/ojb_1.0.x/db-ojb/target/test/ojb/OJB.properties > [junit] Tests run: 129, Failures: 2, Errors: 0, Time elapsed: 15,828 sec > > The failure in PB tests was caused by an odmg-api test. If I run this > test standalone with the emptyCacheImpl the test pass, with default and > twoLevel cache this test fails. If I rollback ObjectEnvelopeTable to a > version before the new reordering, the test pass with default cache. > Seems to be a problem in reordering or in modification state detection. >(Continue reading)
.
We may want to create a delegating, deprecated, lock map with the old
name in the 1.0.X and leave it out of 1.1
-Brian
On Feb 4, 2005, at 6:25 PM, Armin Waibel wrote:
> In CVS 1.0.x branch changes (I know) are:
>
> - Locking was moved from odmg-implementation to OJB kernel. Users
> using own odmg.locking.LockMap implementations have to adapt
> implementations to ...broker.locking.LockMap interface
>
> - In ObjectCache interface I introduced a new method. Users using own
> caching implementations have introduce the new method.
> But it seems that I can move this new method to an internal interface,
> so that ObjectCache doesn't need to change.
> Will check in changes soon.
>
> regards,
> Armin
>
> Thomas Dudziak wrote:
>> Could you be more specific ? Which public API parts have changed ?
>> Tom
>> ---------------------------------------------------------------------
RSS Feed