You can disable creating the schema in persistor_datanucleus.properties [1]
As a sidenote: the only time I see Datanucleus recreate schemas incorrectoy is when I use multiple schemas within the same module. [1] https://github.com/apache/isis/blob/master/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties#L45-L47 On 4 July 2016 at 00:35, Hector Fabio Meza <[email protected]> wrote: > > > Hi > > this is probably a simple question, but I haven´t been able to find it > in the documentation. I changed the configuration so the HSQLDB database > is persisted on disk so it can be reused between application executions. > > > It works ok the first time, but on the next run it tries to re create > all the tables and fails. How can I tell Isis to only create new tables > that don´t already exist on the database? > > Thank you. > > Cordial saludo, > > Hector Fabio Meza Martínez > R&D Leader > www.smartools.com.co [1] > > Links: > ------ > [1] http://www.smartools.com.co >
