diff --git a/java/org.cohorte.herald.http/src/main/java/org/cohorte/herald/http/impl/CHttpServiceAvailabilityChecker.java b/java/org.cohorte.herald.http/src/main/java/org/cohorte/herald/http/impl/CHttpServiceAvailabilityChecker.java index ba28f6c..caae03c 100644 --- a/java/org.cohorte.herald.http/src/main/java/org/cohorte/herald/http/impl/CHttpServiceAvailabilityChecker.java +++ b/java/org.cohorte.herald.http/src/main/java/org/cohorte/herald/http/impl/CHttpServiceAvailabilityChecker.java @@ -54,7 +54,7 @@ public class CHttpServiceAvailabilityChecker implements IHttpServiceAvailability /** name of servie property holding valid Http Service endpoints */ // TODO check on framework osgi api - private static final String HTTP_SERVICE_ENDPOINTS = "osgi.http.service.endpoints"; + private static final String HTTP_SERVICE_ENDPOINTS = "osgi.http.endpoint"; /** HTTP service port property */ private static final String HTTP_SERVICE_PORT = "org.osgi.service.http.port";