Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/brooklyn-library/pull/33#discussion_r66071993
  
    --- Diff: qa/src/test/resources/java-web-app-and-db-with-function.yaml ---
    @@ -17,18 +17,20 @@
     # under the License.
     #
     name: java-cluster-db-example
    -location: localhost
     services:
    -- type: org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
    +- serviceType: 
org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
       name: My Web
    -  wars.root: 
http://repo1.maven.org/maven2/org/apache/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.9.0/brooklyn-example-hello-world-sql-webapp-0.9.0.war
    -  http.port: 9280+
    -  proxy.http.port: 9210+
    -  java.sysprops: 
    -    brooklyn.example.db.url: 
$brooklyn:formatString("jdbc:%s%s?user=%s&password=%s",
    -       component("db").attributeWhenReady("datastore.url"), "visitors", 
"brooklyn", "br00k11n")
    -
    -- type: org.apache.brooklyn.entity.database.mysql.MySqlNode
    +  location: localhost
    +  brooklyn.config:
    +    wars.root: 
http://search.maven.org/remotecontent?filepath=io/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.7.0-M1/brooklyn-example-hello-world-sql-webapp-0.7.0-M1.war
    --- End diff --
    
    why change this url from the 0.9.0 to the 0.7.0-M1 version?!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to