Thanks Gerhard, i will try this.
Regards, Martin Gr�neberg -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 14. August 2003 09:35 An: OJB Users List Betreff: Re: Problems rc4 tests on db2 7.2.5 Hi Martin, I had the same problem and since nobody else seems to jump on this one, here is what I did: The generated SQL is obviously bogus, which is probably more a Torque issue than one with OJB. I just deleted the "VARCHAR(n) FOR BIT DATA" parts and executed the SQL manually. Then I proceeded with the Ant target junit-no-compile-no-prepare which skips the DB preparation. (You have to run all 3 SQL scripts everytime before running the unit tests, though!) That way I was left with 2 test failures, one in testDeleteWithRemovalAwareCollection, and one in the ODGM test suite. The first failure is fixed by a change to the test case that Armin Waibel checked into CVS some days ago. I don't know what the reason for the ODGM failure is and I didn't investigate much further because at the moment I only need the persistence broker API. (Actually I get ODMG failures also when running against HSQLDB). Regards, Gerhard Grosse --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
