Hello all, 

I need to develop a OSGi bundle for Knopflerfish and export a service. For
this, I want to used D-OSGi, but I can't access to my bundle through a web
service.

In my Activator code I introduce this code:

        props.put("osgi.remote.configuration.type", "wsdl");
        props.put("service.exported.interfaces", "*");
        props.put("service.exported.configs", "org.apache.cxf.ws");
        props.put("org.apache.cxf.ws.address",
"http://localhost:8080/droolstest";);

But I think this is wrong.

Where can I read any example code for run D-OSGi in Knopflerfish?
Anybody have idea?

Thanks in advance, 
Jesus,

--
View this message in context: 
http://cxf.547215.n5.nabble.com/DOSGi-and-Knopflerfish-tp5154329p5154329.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to