Hi On 18/01/12 09:58, Jesus wrote:
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?
Try a greeter demo from the 1.2 distribution, a "wsdl" type will be supported in 1.3
Sergey
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.
-- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com
