From 6b7b73257837f0303ff539eb2030702389173459 Mon Sep 17 00:00:00 2001 From: Alex Heneveld Date: Thu, 5 Oct 2017 10:05:46 +0100 Subject: [PATCH] add adjunct endpoint to karaf config --- .../src/main/resources/OSGI-INF/blueprint/service.xml | 2 ++ rest/rest-server/src/main/webapp/WEB-INF/web.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml index c773806106..af55572277 100644 --- a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml +++ b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml @@ -71,6 +71,7 @@ limitations under the License. + @@ -90,6 +91,7 @@ limitations under the License. + diff --git a/rest/rest-server/src/main/webapp/WEB-INF/web.xml b/rest/rest-server/src/main/webapp/WEB-INF/web.xml index 347417abb9..c4f92238d8 100644 --- a/rest/rest-server/src/main/webapp/WEB-INF/web.xml +++ b/rest/rest-server/src/main/webapp/WEB-INF/web.xml @@ -47,6 +47,7 @@ org.apache.brooklyn.rest.resources.AccessResource, org.apache.brooklyn.rest.resources.ActivityResource, + org.apache.brooklyn.rest.resources.AdjunctResource, org.apache.brooklyn.rest.resources.ApidocResource, org.apache.brooklyn.rest.resources.ApplicationResource, org.apache.brooklyn.rest.resources.CatalogResource,