Hi all I am starting to use the simple archetype for my application, and I changed the database to PostgreSQL. Up here without problems.
But when I configure the "isis.persistor.datanucleus.impl.datanucleus.generateSchema.database.mode = drop-and-create" property in the persistor_datanucleus.properties file, the "clean install" process fails with this error: [ERROR] Failed to execute goal org.apache.isis.tool: isis-maven-plugin: 1.16.2: swagger (default) on project sge-webapp: Execution default of goal org.apache.isis.tool: isis-maven -plugin: 1.16.2: swagger failed: No classes! -> [Help 1] I also tried adding the property <property name = "datanucleus.generateSchema.database.mode" value = "drop-and-create" /> to the persistence.xml file, but this option has no effect. So, how do I configure Datanucleus so that during the execution process of jetty (webapp) the PostgreSQL database can be deleted and created from 0 Thanks for your help. -- Emiliano Pereyra <http://twitter.com/emmiepereyra>