Hi all,

I wrote a small application to test and try OJB with JDO. My Userclass is
getting enhanced successfully. Running the application, I get the following
error (see attached for file for details)

java.util.NoSuchElementException: Could not obtain next object: Unable to
build object instance ...

The line in the source code causing this is:

Query query = manager.newQuery(Person.class);
Collection allPerson = (Collection)query.execute();

Does anyone know why this error occurs?
Thanks,
Sebastian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to