Re: [GENERAL] ERROR: unrecognized object class: 1262 with 9.2.2 but not with 9.2.1

2012-12-09 Thread Jeff Janes
On Sun, Dec 9, 2012 at 2:36 AM, Thomas Kellerer wrote: > I recently upgraded from 9.2.1 to 9.2.2 and my unit tests for my application > are failing when cleaning up my test database. > > I am using the statement: > >drop owned by wbjunit cascade; > > at the end of a test suite to get rid of ev

[GENERAL] ERROR: unrecognized object class: 1262 with 9.2.2 but not with 9.2.1

2012-12-09 Thread Thomas Kellerer
I recently upgraded from 9.2.1 to 9.2.2 and my unit tests for my application are failing when cleaning up my test database. I am using the statement: drop owned by wbjunit cascade; at the end of a test suite to get rid of everything that was created during the tests. Now since the upgrade