You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/04/30 12:07:19 UTC

[1/2] incubator-brooklyn git commit: fix java.sysprops string

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master d8a9a6f9b -> 78776caca


fix java.sysprops string


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/8075889d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8075889d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8075889d

Branch: refs/heads/master
Commit: 8075889d19dda92c52a3be381a3fc1162d5f4615
Parents: d8a9a6f
Author: Andrea Turli <an...@gmail.com>
Authored: Thu Apr 30 11:41:15 2015 +0200
Committer: Andrea Turli <an...@gmail.com>
Committed: Thu Apr 30 11:41:15 2015 +0200

----------------------------------------------------------------------
 docs/guide/start/_my-web-cluster.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8075889d/docs/guide/start/_my-web-cluster.yaml
----------------------------------------------------------------------
diff --git a/docs/guide/start/_my-web-cluster.yaml b/docs/guide/start/_my-web-cluster.yaml
index 166c497..ded2a69 100644
--- a/docs/guide/start/_my-web-cluster.yaml
+++ b/docs/guide/start/_my-web-cluster.yaml
@@ -10,7 +10,7 @@ services:
     wars.root: http://search.maven.org/remotecontent?filepath=io/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.6.0/brooklyn-example-hello-world-sql-webapp-0.6.0.war
     java.sysprops:
       brooklyn.example.db.url: >
-        $brooklyn:formatString("jdbc:%s%s?user=%s\\&password=%s",
+        $brooklyn:formatString("jdbc:%s%s?user=%s&password=%s",
         component("db").attributeWhenReady("datastore.url"),
         "visitors", "brooklyn", "br00k11n")
 
@@ -18,4 +18,4 @@ services:
   id: db
   name: My DB
   brooklyn.config:
-    creationScriptUrl: https://bit.ly/brooklyn-visitors-creation-script
\ No newline at end of file
+    creationScriptUrl: https://bit.ly/brooklyn-visitors-creation-script


[2/2] incubator-brooklyn git commit: This closes #618

Posted by he...@apache.org.
This closes #618


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/78776cac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/78776cac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/78776cac

Branch: refs/heads/master
Commit: 78776caca12082c270c9b0f24803c5e6ead34808
Parents: d8a9a6f 8075889
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Apr 30 11:07:11 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Apr 30 11:07:11 2015 +0100

----------------------------------------------------------------------
 docs/guide/start/_my-web-cluster.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------