You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/12/13 15:23:11 UTC

[1/2] syncope git commit: Fixing standalone hint for persistent H2

Repository: syncope
Updated Branches:
  refs/heads/2_0_X d44ded03a -> 22d68aae3
  refs/heads/master 4550afd81 -> 40b417883


Fixing standalone hint for persistent H2


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/22d68aae
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/22d68aae
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/22d68aae

Branch: refs/heads/2_0_X
Commit: 22d68aae3e718aebd23fb00a2265ffc0a9c58255
Parents: d44ded0
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 13 16:22:45 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 13 16:22:45 2016 +0100

----------------------------------------------------------------------
 src/main/asciidoc/getting-started/obtain.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/22d68aae/src/main/asciidoc/getting-started/obtain.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc
index f480a7b..1f4d33d 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -71,12 +71,12 @@ This means that every time Tomcat is shut down all changes that have been made a
 If you want instead to make your changes persistent, replace
 
 [source,java]
-jpa.url=jdbc:h2:mem:syncopedb;DB_CLOSE_DELAY=-1
+jdbc:h2:mem:syncopedb;DB_CLOSE_DELAY=-1
 
 with
 
 [source,java]
-jpa.url=jdbc:h2:~/syncopedb;DB_CLOSE_DELAY=-1
+jdbc:h2:~/syncopedb;DB_CLOSE_DELAY=-1
 
 in `webapps/syncope/WEB-INF/classes/domains/Master.properties` (for `Master` domain) or
 `webapps/syncope/WEB-INF/classes/domains/Two.properties` (for `Two` domain) from the Apache Tomcat directory.


[2/2] syncope git commit: Fixing standalone hint for persistent H2

Posted by il...@apache.org.
Fixing standalone hint for persistent H2


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/40b41788
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/40b41788
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/40b41788

Branch: refs/heads/master
Commit: 40b417883ac863854fedd9cc4b45c93c4ec93f75
Parents: 4550afd
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 13 16:22:45 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 13 16:22:54 2016 +0100

----------------------------------------------------------------------
 src/main/asciidoc/getting-started/obtain.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/40b41788/src/main/asciidoc/getting-started/obtain.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc
index 08471de..622cf72 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -71,12 +71,12 @@ This means that every time Tomcat is shut down all changes that have been made a
 If you want instead to make your changes persistent, replace
 
 [source,java]
-jpa.url=jdbc:h2:mem:syncopedb;DB_CLOSE_DELAY=-1
+jdbc:h2:mem:syncopedb;DB_CLOSE_DELAY=-1
 
 with
 
 [source,java]
-jpa.url=jdbc:h2:~/syncopedb;DB_CLOSE_DELAY=-1
+jdbc:h2:~/syncopedb;DB_CLOSE_DELAY=-1
 
 in `webapps/syncope/WEB-INF/classes/domains/Master.properties` (for `Master` domain) or
 `webapps/syncope/WEB-INF/classes/domains/Two.properties` (for `Two` domain) from the Apache Tomcat directory.