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 2018/10/30 09:48:18 UTC

[isis] 03/03: ISIS-1899: moves autoCreateAll=true config property from isis-non-changing instead into isis.properties

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit a3b13aa2a0c7edd6a1763ecf4edc75c96abd73ff
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 30 09:35:54 2018 +0000

    ISIS-1899: moves autoCreateAll=true config property from isis-non-changing instead into isis.properties
---
 .../src/main/java/domainapp/application/isis-non-changing.properties | 1 -
 .../application/helloworld/src/main/webapp/WEB-INF/isis.properties   | 5 ++---
 .../domainapp/application/manifest/persistor_datanucleus.properties  | 1 -
 .../simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties         | 3 +++
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/example/application/helloworld/src/main/java/domainapp/application/isis-non-changing.properties b/example/application/helloworld/src/main/java/domainapp/application/isis-non-changing.properties
index 74c7821..0b219ff 100644
--- a/example/application/helloworld/src/main/java/domainapp/application/isis-non-changing.properties
+++ b/example/application/helloworld/src/main/java/domainapp/application/isis-non-changing.properties
@@ -67,7 +67,6 @@ isis.viewer.wicket.maxTitleLengthInStandaloneTables=0
 isis.viewer.wicket.maxTitleLengthInParentedTables=0
 
 
-isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateAll=true
 isis.persistor.datanucleus.impl.datanucleus.schema.validateTables=true
 isis.persistor.datanucleus.impl.datanucleus.schema.validateConstraints=true
 
diff --git a/example/application/helloworld/src/main/webapp/WEB-INF/isis.properties b/example/application/helloworld/src/main/webapp/WEB-INF/isis.properties
index 85358e7..888b5a1 100644
--- a/example/application/helloworld/src/main/webapp/WEB-INF/isis.properties
+++ b/example/application/helloworld/src/main/webapp/WEB-INF/isis.properties
@@ -33,6 +33,8 @@ isis.appManifest=domainapp.application.HelloWorldAppManifest
 # are loaded in programmatically by the AppManifest, see isis-non-changing.properties
 #
 
+isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateAll=true
+
 
 
 #################################################################################
@@ -48,6 +50,3 @@ isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionUserName=sa
 isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionPassword=
 
 
-isis.viewer.wicket.credit.1.image=/images/apache-isis/logo-48x48.png
-isis.viewer.wicket.credit.1.name=Apache Isis
-isis.viewer.wicket.credit.1.url=http://isis.apache.org
diff --git a/example/application/simpleapp/application/src/main/resources/domainapp/application/manifest/persistor_datanucleus.properties b/example/application/simpleapp/application/src/main/resources/domainapp/application/manifest/persistor_datanucleus.properties
index 9a3ff17..a68c6d3 100644
--- a/example/application/simpleapp/application/src/main/resources/domainapp/application/manifest/persistor_datanucleus.properties
+++ b/example/application/simpleapp/application/src/main/resources/domainapp/application/manifest/persistor_datanucleus.properties
@@ -65,7 +65,6 @@ isis.persistor.datanucleus.standaloneCollection.bulkLoad=true
 #
 #####################################################################
 
-isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateAll=true
 isis.persistor.datanucleus.impl.datanucleus.schema.validateTables=true
 isis.persistor.datanucleus.impl.datanucleus.schema.validateConstraints=true
 
diff --git a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties
index 6df96e4..3b67965 100644
--- a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties
+++ b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties
@@ -32,6 +32,7 @@ isis.appManifest=domainapp.application.manifest.DomainAppAppManifest
 # are loaded in programmatically by the AppManifest, see isis-non-changing.properties
 #
 
+isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateAll=true
 
 
 
@@ -71,6 +72,8 @@ isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionPassword=
 #isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionUserName=sa
 #isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionPassword=
 
+
+
 #
 # HSQLDB to file (using log4jdbc-remix)
 #