You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/04/06 19:28:56 UTC

[3/6] isis git commit: ISIS-789: tidying up persistor_datanucleus.properties for simpleapp.

ISIS-789: tidying up persistor_datanucleus.properties for simpleapp.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/3ec8620d
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/3ec8620d
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/3ec8620d

Branch: refs/heads/ISIS-789
Commit: 3ec8620d690a0439b8c6eac09ab06b28605562a4
Parents: 78c1457
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Apr 1 08:40:08 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Apr 1 08:40:08 2015 +0100

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/persistor_datanucleus.properties      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/3ec8620d/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties
index 638a6c7..675ced3 100644
--- a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties
+++ b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties
@@ -45,9 +45,8 @@ isis.persistor.datanucleus.RegisterEntities.packagePrefix=domainapp.dom.modules
 #####################################################################
 
 isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateAll=true
-isis.persistor.datanucleus.impl.datanucleus.schema.validateTables=false
+isis.persistor.datanucleus.impl.datanucleus.schema.validateTables=true
 isis.persistor.datanucleus.impl.datanucleus.schema.validateConstraints=true
-#isis.persistor.datanucleus.impl.datanucleus.mapping.Schema="simple"
 
 
 #