This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-dosgi.git


The following commit(s) were added to refs/heads/master by this push:
     new ea16df0  Make sure we do not export the IntentsProvider interface
ea16df0 is described below

commit ea16df099b7802ebe8cf23465dc97c101c8008ee
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Wed Sep 20 18:05:24 2017 +0200

    Make sure we do not export the IntentsProvider interface
---
 .../java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/samples/rest/impl/src/main/java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java
 
b/samples/rest/impl/src/main/java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java
index ac4b8dc..1ee6f4c 100644
--- 
a/samples/rest/impl/src/main/java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java
+++ 
b/samples/rest/impl/src/main/java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java
@@ -36,7 +36,7 @@ import org.osgi.service.component.annotations.Component;
     name = "TaskResource", //
     property = //
     { //
-      "service.exported.interfaces=*", //
+      
"service.exported.interfaces=org.apache.cxf.dosgi.samples.rest.TaskResource", //
       "service.exported.configs=org.apache.cxf.rs", //
       "org.apache.cxf.rs.address=/tasks" //
     } //

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <commits@cxf.apache.org>'].

Reply via email to