Re: General question about DOSGi

2017-10-23 Thread Jean-Baptiste Onofré
Hi, CXF DOSGi implementation is based on CXF and exposes OSGi services as REST service. That's an approach for DOSGi, but it's not the only one. In Cellar, you have another DOSGi implementation based on NIO/Hazelcast. Another one is Eclipse RemoteService. Each has pros/cons. Anyway, the

Re: General question about DOSGi

2017-10-23 Thread francois papon
Hi, I'm confuse too, I see the many solutions : DOSGi, CXF servlet with HttpService, CXF via blueprint, CXF via spring, Camel component (Rest, CXF...) Actually I'm trying all this solutions, I don't want to use Blueprint or Spring, I prefere using Declarative Service and in this case I see

Re: Karaf git repo gone?

2017-10-23 Thread Guillaume Nodet
The official repository is now https://gitbox.apache.org/repos/asf?p=karaf.git or https://github.com/apache/karaf This is unfortunate that all the links are broken. Maybe infra can setup a redirect... Guillaume 2017-10-24 0:26 GMT+02:00 Seth Leger : > Hi everyone, > >

Re: Karaf git repo gone?

2017-10-23 Thread Jamie G.
Hi Seth, I've copied in below email from earlier today on Karaf Dev email list: "Hi all, FYI, INFRA moved our git repositories (for Karaf "Container", and subprojects like Cellar, Decanter, ...) on gitbox. You have to update your local copies to reflect that. If you have any issue in term of

Karaf git repo gone?

2017-10-23 Thread Seth Leger
Hi everyone, The Karaf git repo at: https://git-wip-us.apache.org/repos/asf?p=karaf.git appears to have been removed. Was this intentional? It makes tracking down things in JIRA very difficult because all of the automated git repo links are now broken. Seth Leger The OpenNMS Group, Inc.

General question about DOSGi

2017-10-23 Thread Massimo Bono
Hello, I'm trying to grasp my mind on DOSGi; I want to have a general idea on the main concepts before start coding. A while ago I tried (with success) to replicate the awesome tutorial Christian provided (available https://github.com/apache/cxf-dosgi/tree/master/samples/rest). Now, before