Github user CMoH commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/1048#discussion_r45797316
--- Diff:
core/src/main/java/org/apache/brooklyn/core/objs/BasicConfigurableObject.java
---
@@ -53,7 +53,7 @@ public BasicConfigurableObject() {
}
@Override
- public void injectManagementContext(ManagementContext
managementContext) {
+ public void setManagementContext(ManagementContext managementContext) {
--- End diff --
Aries blueprints injects using setter methods. I had this working with CXF
resources, where the management context gets injected by the framework. I've
since gone on the jersey path, and I'm not sure how to achieve the same with
jersey, so I made a proposal to migrate to CXF altogether.
---
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.
---