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 <[email protected]>
Authored: Thu Apr 30 11:41:15 2015 +0200
Committer: Andrea Turli <[email protected]>
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

Reply via email to