Questions tagged [dosgi]

Distributed OSGi. The OSGi Alliance is a worldwide consortium of technology innovators that advances a proven and mature process to create open specifications that enable the modular assembly of software built with Java technology. The OSGi Service Platform facilitates the componentization of software modules and applications and assures interoperability of applications and services over a variety of networked devices.

45 questions
7
votes
4 answers

Distributed OSGi - what is the proper way to manage bundles across all containers?

We are considering utilizing distributed OSGi in our enterprise environment. We would have the following setup: 10 to 100 OSGi containers on many hosts offer various services. Many of these services are provided by more than one container. Some of…
Marton Sigmond
  • 132
  • 1
  • 8
6
votes
1 answer

Returning JSON from a RESTful service using CXF DOSGI

I have a simple service which is annotated with JAX-RS annotations and includes the @Produces("application/json") annotation. I have set up the following properties when I register the service (I am using DS but that shouldn't…
rancidfishbreath
  • 3,944
  • 2
  • 30
  • 44
5
votes
0 answers

Karaf Cellar throwing exception with blueprint route deployment

I followed the example on Karaf Cellar as given under, http://blog.nanthrax.net/2011/11/apache-karaf-cellar-and-dosgi/ I created 3 OSGi bundles, namely, service (Bundle1), service-implementation (Bundle2) and client (Bundle3). I have 2 karaf…
dealbitte
  • 51
  • 1
5
votes
1 answer

OSGi in Distributed Infrastructures

We're working on an OSGi-based infrastructure for processing stream-based data flows. Specific processing tasks are executed by individual OSGi components. We now need the possibility to distribute those components over different machines, which…
qqilihq
  • 10,794
  • 7
  • 48
  • 89
2
votes
1 answer

CXF DOSGi is ignoring annotations

I am using an JAX-RS example. This example contains two RESTful webservices, one with annotations and another without. I build it with maven and deploy it into Felix, together with CXF DOSGi single bundle distribution. The one without annotations…
Maksim Sorokin
  • 2,334
  • 3
  • 34
  • 61
2
votes
1 answer

Authentication and Session management with Apache CXF DOSGi

I have a client - server application which uses cxf DOSGi [1]. Now I want to authenticate the clients from the server and create a session for the client. The client will have a cookie which is used to access the service once authenticated. I would…
Jeewantha
  • 965
  • 1
  • 11
  • 28
2
votes
2 answers

how to expose and consume webservices from an Equinox OSGi application?

I need to develop an OSGi application with clear back-end front-end separation hopefully done using JAX-WS. The google results points to Apache-CXF which supports JAX-WS. The back-end and the front-end of the application will be run in two JVMs with…
Jeewantha
  • 965
  • 1
  • 11
  • 28
2
votes
1 answer

Servicemix 4, DOSGi, and Zookeeper

This is cross posted from the fusesource forum and the servicemmix forum. I can't get DOSGi working in FUSE. I'm trying to get CXF's DOSGi 1.1-SNAPSHOT with Zookeeper discovery onto FUSE 4.1.0.2. I'm also using Zookeepr 3.2.1. Everything works…
John Ellinwood
  • 14,291
  • 7
  • 38
  • 48
2
votes
2 answers

OSGi for non-java 3PPs

We are building a product that uses the apache hadoop & hbase frameworks for handling some of our big data requirements. We are also using Oracle for our reporting requirements. We are keen to go with the OSGi way of bundling our software to take…
user1853204
  • 99
  • 1
  • 2
1
vote
1 answer

How to use R-Osgi to get remote "exported-package"?

R-Osgi provides us a way to call service from a remote OGSi container. WebSite: http://r-osgi.sourceforge.net. I'm new to R-OSGi and now I want to split my OSGi container into small ones and interact each other by R-Osgi because it's too huge. But…
JerryCai
  • 1,663
  • 4
  • 21
  • 36
1
vote
0 answers

OSGi Remote Service Admin and security context

In our current system, the security context of principals invoking the REST APIs is stored in a ThreadLocal variable. The SecurityContext can be retrieved at any level of the execution path and any method signature in any service does not need to…
matteo rulli
  • 1,443
  • 2
  • 18
  • 30
1
vote
1 answer

How to create a simple rest service with cxf and dosgi?

I try to create a rest-service from cxf-dosgi-project into my own maven-project. I don't understood the complex maven-pom-structure of the dosgi-rest-example at https://github.com/apache/cxf-dosgi/tree/master/samples/rest and are not able to…
Matthias Wegner
  • 303
  • 4
  • 18
1
vote
0 answers

Remote OSGI using ECF: Bundle Requirements For BND

Can some one point what bundles am I missing in this bndrun file for registering a remote service in OSGI framework. I followed the following example in the link Building your first remote osgi service. I have registered a service like this: …
Umesh Timalsina
  • 123
  • 1
  • 9
1
vote
1 answer

DOSGI Custom Provider Registration

I am trying to run DOSGI in Apache Felix. I use CXF 3.2.0 bundles and DOSGI 2.3.0 I can successfully register services but I can not register global custom providers for my resources. I have a Resource defined in interface: @Path("") public…
cancomert
  • 51
  • 6
1
vote
1 answer

Apache CXF DSOGI with JSON on Karaf

I am trying to create a RESTful web service in Karaf 4.0.8 with Apache CXF DOSGI. The service is being called but I am getting this error: No message body writer has been found for class.... Any suggestion is welcome. Thank you!!! Component: …
medalik
  • 139
  • 1
  • 10
1
2 3