Github user duncangrant commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/500#issuecomment-72626276 @andreaturli So I think it is something to do with the length of the name of the blueprint. I'll dig into the code a bit but can you confirm that the following yaml fails for you (try your hostname test): ```yaml name: JBoss7 location: jclouds:softlayer:ams01 services: - type: brooklyn.entity.webapp.jboss.JBoss7Server ``` whereas the following seems to work: ```yaml name: jb location: jclouds:softlayer:ams01 services: - type: brooklyn.entity.webapp.jboss.JBoss7Server ```
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---