Hi Aida, I recognize the problem.For the moment what you could do is to set isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateConstraints=false (apart from isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateAll=false) in you persistor.properties file. Also you can consider using flywaydb when growing your application implies database changes in the future 1) Best regards, Johan Doornenbal 1) https://github.com/isisaddons/isis-module-flywaydb
On Fri, Jan 13, 2017 7:38 PM, Aída Betzabeth Dávila Sotelo [email protected] wrote: Hi! I'm developing my application with apache isis and using postgreSQL as database. I have the following problem: Every time I deploy to the application I see that the foreign keys that I have defined in the application as relations are being generated. If I check the Database I have tables with more than 300 foreign keys and it is the same definition of the foreign key, but repeated. I'm using the security provided by apache isis and checking the tables are the same with many foreign keys. Do you have any idea what causes this error? Or how could I solve this problem? Regards! Aida Davila
