> The JPOX log shows that the test that fails doesn't select for part > time employees, so it misses one of the rows in the database. The > test that succeeds selects for Employee, PartTimeEmployee, and > FullTimeEmployee. > > I don't know the solution, just the symptom.
Hi Craig, Well if the JDO impl doesn't know about the PartTimeEmployee class in some situations of running that test then you could let it know about it :- pm.getExtent(PartTimeEmployee.class); -- Andy Java Persistent Objects JDO - JPOX