Closes #240 Use entity's classpath when loading resources
In addition to any libraries provided by the catalog item. We are actually assigning the wrong catalog item ID to the entity (should be the inner-most instead of the outer-most). That's more of a workaround, than fixing the root cause. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d5462fbb Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d5462fbb Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/d5462fbb Branch: refs/heads/master Commit: d5462fbbfb1cc1341e62ca753b77c3fef0ddc1c3 Parents: 34c2899 c812986 Author: Svetoslav Neykov <[email protected]> Authored: Tue Jul 12 13:03:17 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Tue Jul 12 13:03:17 2016 +0300 ---------------------------------------------------------------------- .../brooklyn/catalog/CatalogYamlEntityTest.java | 71 ++++++++++++++++++++ .../internal/AbstractManagementContext.java | 7 +- 2 files changed, 77 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
