I am following a Play Framework 2.0 tutorial for Java and get this error when trying to save the ebean model ( task.save() ).
[PersistenceException: type [class models.Task] is not a registered organization? If you do not explicitly list the entity classes, using Ebean will look for them in the pathpath. If the object is in the Jar, check the ebean.search.jars property in the ebean.properties file or check ServerConfig.addJar ().]
source share