Github user rdowner commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/1018#issuecomment-155750453
Bingo.
https://github.com/apache/incubator-brooklyn/blob/master/usage/camp/src/main/java/org/apache/brooklyn/camp/brooklyn/BrooklynCampPlatform.java#L73:
```java
((BrooklynProperties)bmc.getConfig()).put(BrooklynCampConstants.CAMP_PLATFORM,
this);
```
Downcasts to `BrooklynProperties` and changes the config. And if it's
changing it on a copy of the config, then that change is ignored, and we end up
with no CAMP platform set.
---
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.
---