Github user sjcorbett commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/263#issuecomment-60674226
Thanks for the comments. In the interim
`BindDnsServerIntegrationTest.testRebindDns` has started failing. It's not
rebinding any of the entities. I observe:
```
2014-10-27 21:34:50,256 INFO Rebind complete: 1 app, 8 entities, 5
locations, 1 policy, 31 enrichers, 0 feeds, 0 catalog items
2014-10-27 21:34:50,256 INFO A:
2014-10-27 21:34:50,257 INFO CNAME:
2014-10-27 21:34:50,257 INFO PTR:
```
The problem is that `getAttribute(ENTITIES).getMembers()` is returning an
empty collection where before it returned the expected collection of members.
Has anything in core changed with respect to rebind?
---
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.
---