Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
57 views

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 ...
1
vote
3answers
142 views

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 ...
1
vote
1answer
78 views

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 ...
1
vote
1answer
1k views

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. ...
0
votes
1answer
21 views

Deploying webservices on multihomed machines

I am using Apache CXF through OSGi to expose my OSGi services as web services. I am able to set the webservice uri through the "org.apache.cxf.ws.address" property, but this ties me to a single IP ...
0
votes
1answer
71 views

p2 and OBR implementation for Equinox

My question is twofold: is there any OBR (as of the OSGi Alliance RFC 0112) implementation meant for Equinox? How does p2 relate to that specification? To contextualise, I am interested in OSGi ...
0
votes
1answer
53 views

DOSGI Support in Glassfish

I am using OSGI with Glassfish 3.0.1.We use Jersey REST as the resource layer. We have lots of osgi services. we are planning to decouple them & deploy it in a cloud. One way we do this is by ...
0
votes
1answer
300 views

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 ...
0
votes
1answer
288 views

Can't access the wsdl using ApacheCXF dosgi

I'm using Apache CXF D-OSgi and Eclipse Equinox as my development environment, I register the service, but I can't open the wsdl page in IE. The service register codes are below: ` ...
0
votes
1answer
330 views

How to develop a distributed system with Apache CXF D-OSGi?

My development environment and requirement: Eclipse3.6, Equinox framework, Apache cxf-dosgi-ri-singlebundle-distribution-1.2.jar I want to try a demo distributed program, but it seems that the ...
0
votes
1answer
92 views

Can I use Distributed OSGi and ConfigurationAdmin together?

If: I have a bundle I wish to run on n OSGi containers exporting some service; I am using DS to register the modified method for when configuration changes, so I can update the service via ...