John McCabe created BROOKLYN-262:
------------------------------------
Summary: No error thrown when adding app yaml to the catalog with
app added to the catalog
Key: BROOKLYN-262
URL: https://issues.apache.org/jira/browse/BROOKLYN-262
Project: Brooklyn
Issue Type: Bug
Affects Versions: 0.9.0, 0.10.0
Reporter: John McCabe
Priority: Minor
Adding application yaml to the catalog composer results in the app being added
to the catalog rather than an error thrown.
For example, adding the following to the composer with {{catalog}} selected
rather than {{application}}:
{code}
location: localhost
name: tomcat
services:
- type: org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
id: tomcat
name: Tomcat
war: http://tomcat.apache.org/tomcat-6.0-doc/appdev/sample/sample.war
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)