Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/338#discussion_r112698386 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/rebind/RebindIteration.java --- @@ -1076,7 +1151,7 @@ protected Policy newPolicy(PolicyMemento memento) { policy = invokeConstructor(null, policyClazz, new Object[] {flags}); } - setCatalogItemId(policy, transformedCatalogItemId); + setCatalogItemIds(policy, memento.getCatalogItemId(), memento.getCatalogItemIdSearchPath()); --- End diff -- i think this should be: > setCatalogItemIds(policy, loaded.catalogItemId, loaded.searchPath); in case there were any transformations that were applied (by `load(...)`)
--- 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. ---