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.
Questions tagged [dosgi]
45 questions
1
vote
1 answer
No SchemaFactory that implements the schema language specified by: http://www.w3.org/2001/XMLSchema could be loaded
When trying to expose a Service with Aegis databinding in CXF DOSGi I get this error in Java 8. In java 7 it works fine.
Caused by: java.lang.IllegalArgumentException: No SchemaFactory that implements the schema language specified by:…

Christian Schneider
- 19,420
- 2
- 39
- 64
1
vote
1 answer
Problems installing CXF in karaf 3.0.3
I have an odd dependency problem when trying to install distributed cxf 1.6.0 on Karaf 3.0.3.
I am still on a tutorial basis when it comes to Karaf, so i have no idea what i am missing. 2 hours of googling turned up little joy.
I tried to follow…

Martin Nielsen
- 1,865
- 6
- 30
- 54
1
vote
1 answer
Karaf container, Rest WS and Spring security
I'm trying to applied security (Basic Authentication e.g.) to my Rest-WS.
Those WS are published through DOSGi in a Karaf container.

user2043734
- 19
- 2
0
votes
1 answer
ServiceMix / Fuse ESB + CXF dOSGi
How can I enable dOSGi in ServiceMix / Fuse ESB? I am thinking about CXF dOSGi here.
I tried to follow this answer: Servicemix 4, DOSGi, and Zookeeper, but when I hot-deploy proper versions of jars (from multi-bundle distribution) and sample Greeter…

vandut
- 580
- 6
- 7
0
votes
1 answer
cand deploy apache cfx dosgi bundle in glassfish
I deploymy bundles with the cxf-dosgi-ri-singlebundle-distribution-1.3.jar in an independent Felix framework instance it works.
But if I deploy the bundles in glassfish 3.1.2 I get this error when srating the glasfish…
0
votes
1 answer
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 Address on the server. Some services need to…

rancidfishbreath
- 3,944
- 2
- 30
- 44
0
votes
1 answer
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 doing a http REST call. But we would like to do service…

Venkat
- 23
- 6
0
votes
0 answers
How can I use the CXF HttpConduitFeature for DOSGi?
Has anyone succesfully used the CXF HttpConduitFeature for DOSGi ?
Looking at the CXF code for HttpConduitFeature.java
public class HttpConduitFeature extends DelegatingFeature {
public HttpConduitFeature() {
…

Steven Huypens
- 46
- 5
0
votes
1 answer
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:
` Dictionary props = new Hashtable

PiggyZhu
- 15
- 1
- 6
0
votes
1 answer
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 imported cxf jar could't work normally. First of all,…

PiggyZhu
- 15
- 1
- 6
0
votes
1 answer
Distributed OSGi example with Apache Karaf Cellar - Client bundle can't activate because can't find distributed service
I am using Apache Karaf 4.1.1 and Karaf Cellar. I have written two bundles. The first bundle provides a service of type ITrackerManager. The second bundle has a component that references ITrackerManager. My end goal is to witness the component in…

jonathan
- 59
- 2
- 6
0
votes
1 answer
Bean validation with hibernate in karaf, cxf and dosgi
I have jax-rs services exposed in Karaf with cxf dosgi. I am trying to add bean validation with a hibernate provider.
I Installed the hibernate-validator feature
I Installed the cxf-bean-validation and cxf-bean-validation-core features although I…

medalik
- 139
- 1
- 10
0
votes
1 answer
Apache CXF DSOGI on Karaf + @Context UriInfo
I am trying to create a RESTful web service in Karaf 4.0.8 with Apache CXF DOSGI. I am trying to add @Context in my implementation. How to do it?
@Component(immediate = true, property = {
"service.exported.interfaces=*",
…

athish sreeram
- 65
- 7
0
votes
1 answer
Cellar Hazelcast serialization exception when using DOSGi service
I've made an application with the following three bundles
myservice-api
contains model class to transport data de.myservice.api.model.MyObject
contains service interface de.myservice.api.services.MyService with function void save(MyObject…

maxdev
- 2,491
- 1
- 25
- 50
0
votes
1 answer
dosgi: No resource methods have been found for resource class - javax.ws.rs annotation ignored?
i run in an exception showed below.
I tried to publish a webservie using annotation with dosgi. But is looks like the annotations will be ignored.
When i use
restProps.put("service.exported.configs", "org.apache.cxf.ws");
in my Activator.java…

Lars Wi
- 71
- 1
- 9