Repository: isis Updated Branches: refs/heads/master 321e06e9b -> 1d4a3a637
ISIS-795: disable persistence-by-reachability-at-commit for archetypes. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/5cad4ee0 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/5cad4ee0 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/5cad4ee0 Branch: refs/heads/master Commit: 5cad4ee033175a60c610adce9bb21c5bbe1c96b8 Parents: 321e06e Author: Dan Haywood <[email protected]> Authored: Mon Jun 2 09:33:05 2014 +0100 Committer: Dan Haywood <[email protected]> Committed: Mon Jun 2 09:33:05 2014 +0100 ---------------------------------------------------------------------- .../src/main/webapp/WEB-INF/persistor_datanucleus.properties | 6 ++++++ .../src/main/webapp/WEB-INF/persistor_datanucleus.properties | 6 ++++++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/5cad4ee0/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties ---------------------------------------------------------------------- diff --git a/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties b/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties index 46b50ee..32919b5 100644 --- a/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties +++ b/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties @@ -44,6 +44,12 @@ isis.persistor.datanucleus.impl.datanucleus.validateConstraints=true # +# Require explicit persistence (since entities are Comparable and using ObjectContracts#compareTo). +# +isis.persistor.datanucleus.impl.datanucleus.persistenceByReachabilityAtCommit=false + + +# # How column names are identified # (http://www.datanucleus.org/products/datanucleus/jdo/orm/datastore_identifiers.html) # http://git-wip-us.apache.org/repos/asf/isis/blob/5cad4ee0/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties ---------------------------------------------------------------------- diff --git a/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties b/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties index 391bb41..4266980 100644 --- a/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties +++ b/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/persistor_datanucleus.properties @@ -43,6 +43,12 @@ isis.persistor.datanucleus.impl.datanucleus.validateConstraints=true # +# Require explicit persistence (since entities are Comparable and using ObjectContracts#compareTo). +# +isis.persistor.datanucleus.impl.datanucleus.persistenceByReachabilityAtCommit=false + + +# # How column names are identified # (http://www.datanucleus.org/products/datanucleus/jdo/orm/datastore_identifiers.html) #
