findAll fails after play morphia is reinitialised
问题 I have the following class which is persisted into a mongodb using morphia in a play! application. The class resides in a module which is a dependency of another play! application. Its configuration is read from a file and persisted into the db on initial load (if its not already in the db) and then subsequent requests use the db version. @Entity public class Page extends Model { @Id public Long navigationId; // etc ... } The initial load and subsequent query access works ok and i can see the