Problem with DOSGi using many remote services ---------------------------------------------
Key: CXF-2066 URL: https://issues.apache.org/jira/browse/CXF-2066 Project: CXF Issue Type: Bug Components: Distributed-OSGi Reporter: David Bosschaert This problem was reported by Erwan Daubert (edaub...@irisa.fr) via email: Hello, I'm trying to understand how can I do distributed OSGi with felix and CXF (DOSGi R4.2). I use the file OSGI-INF/remote-service/remote-services.xml to define my remote services as explain into the Greeter demo. When I define only one remote service, all is good. But when I define many remote services into this file, there is only one service which is defined at runtime. So I would like understand how define many remote services. I'm trying also many files where everyone define one remote service but only one file is used and only one remote service is defined. I don't have any error just when I start felix, only one service is remotely defined. Have you tried this kind of use ? Can you give me a piece of code or a example how to use many remote services ? Thanks in advance Erwan Daubert ----------------------------------------- Hi Erwan, This should definitely work, if not its a bug that needs to be fixed! Before diving into it one question: do all your remote services implement the same interface or do they implement different interfaces? Cheers, David ----------------------------------------- My remote services are the same interface. Thanks for your time Erwan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.