The test ResultClassRequirements.testConstructor has a query SELECT new LongString(personid, lastname) FROM org.apache.jdo.tck.pc.company.FullTimeEmployee
This is missing an "import" of LongString - the JDO impl cannot guess that it is stored under "org.apache.jdo.tck.query.result.classes" The same may apply to other queries under that test. -- Andy
