hi martin,

it looks like a caching problem in eclipse.
when i add invalidateAll() before obtaining the tx i can reproduce the error:


        _conn.invalidateAll();
        tx = _kit.getTransaction(_conn);

i'll try to write e testcase for RemovalAwareCollection based on pb-api.

jakob

Martin Kal�n schrieb:
Jakob Braeuchi wrote:

i do also have a problem when running the testcases from command line (ant junit) but i cannot reproduce this behaviour within eclipse ?

i ran SwizzleTests without any errors or failures within eclipse.
pg.getAllArticlesInGroup() is always a vector:


I am using IntelliJ IDEA for debugging (where I see the RemovalAwareCollection), only thing I can think of is that .project file is not refering to OJB:s compiled classes or something similar...

 Martin

---------------------------------------------------------------------
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]



Reply via email to