I\'m using the Google AppEngine, with Java. When I use some datastore features, I\'m getting an error message:
Object with id \"edvaltt.Teacher@64064b\" i
As illustrated in this ticket, shouldn't you close the pm (PersistenceManager)?
PersistenceManager
} finally { tx.commit(); pm.close(); }