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
0
votes
3 answers

Distributed OSGi - Consuming the service

I have to write a service that can be accessed remotely. I'm using cxf-dosgi-ri-singlebundle-distribution-1.4.0 . So I made the API, then the Implementation, with these properties: Dictionary restProps = new Hashtable
0
votes
1 answer

Distributed OSGI in Karaf -Consumer service not starting

I am just starting with DOSGi in Karaff using Zookeeper. I have the service offered in an instance of Karaf and the consumer in another. The service side works well. Once published, I can see it using the log:display command in Karaf console where…
Jesús
  • 3
  • 1
0
votes
1 answer

CXF DOSGI ZOOKEEPER

Good morning, I'm looking for help please.I'm only a beginner. I am using cxf-dosgi from (DOSGi Apache Karaf Feature distribution) I want to make transparent use of services between two remote machines. So I have a karaf container on each of these…
OliCho
  • 1
  • 1
0
votes
2 answers

configure DOSGi with UDP

I use DOSGi to connect two OSGi components (iPOJO components) over local network. I configured it with either SOAP or RESTful-JAX RS. However, both use TCP for communication (i saw this in Wireshark). Now, i would like to configure SOAP or…
HNT
  • 147
  • 1
  • 10
0
votes
1 answer

Pax Exam how to start multiple containers

for a project i'm working on, we have the necessity to write PaxExam integration tests which run over multiple Karaf containers. The idea would be finding a way to extend/configure PaxExam to start-up a Karaf container (or more) and deploying there…
slux83
  • 686
  • 9
  • 20
0
votes
2 answers

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 ConfigurationAdmin, and to export the interfaces remotely…
Mjgp2
  • 1
  • 2
0
votes
1 answer

Checking in OSGI if a bundle is still operating normally

I'm currently making a watchdog to check if all bundles in a pipeline are still functioning properly. (This will be in a distributed environment so failure can be a network failure, software failure, one of the servers failing, ...) Because a bundle…
Spyral
  • 760
  • 1
  • 12
  • 33
0
votes
1 answer

Error resolving org.ops4j.pax.logging.pax-logging-service in Virgo

I'm trying to get CXF DOSGi to run in Virgo. I'm using the bundle list with the cxf distribution to create a plan in Virgo. Virgo is unable to resolve the dependencies on org.ops4j.pax.logging.pax-logging-service. Any suggestions on how to get…
Timothy Vogel
  • 1,363
  • 2
  • 21
  • 39
0
votes
1 answer

Exported service not injecting in my bundle in Spring Dynamic Modules

I am using Spring Dynamic Modules for the first time. I have tried to expose a service (simple listofValuesDAO Bean) through a bundle and am trying to inject it in another bundle to use the bean. Below is configuration tag in osgi-context.xml of…
Atul Kumar
  • 75
  • 1
  • 13
0
votes
1 answer

gogo: CommandNotFoundException: Command not found: services

I know some of the commands have changed names when Apache Felix started using GoGo For example: ps --> lb (list bundles) What is the equivalent for services I am trying to get the following output from my console: services…
0
votes
1 answer

Number of client consuming remote osgi service

While playing with DOSGI I am trying to load balance the available remote osgi service. I have gone through OSGi Service Platform Service Compendium 4.3 and found that we will need implement load balancing in toplogy manager...I am trying to figure…
0
votes
2 answers

OSGi bundle as external webservice client

I need to call an external webservice from my bundle which is deployed in apache felix container ( I can not use ServiceMix, fuse...) I added the bundle cxf-dosgi (which can be downloaded from here) and put the following lines in my pom.xml: …
BraveHeart
  • 11
  • 2
0
votes
1 answer

deploy Apache ServiceMix 4 application into JBoss Application Server 7

I have an standalone Apache ServiceMix 4.4 application, it works nicely. Now, I want to deploy this application inside a JBoss Application Server 7. I use Maven as project and dependency management tool. My objective is deploying the application not…
logoff
  • 3,347
  • 5
  • 41
  • 58
-1
votes
1 answer

bundles get installed on both Karaf instances

I want to make a "communication" between two Karaf instances and I decided to use Karaf Cellar in order to do that. I, now, have two bundles each one is installed on a Karaf container. They are identified by an address and port provided in…
-1
votes
1 answer

Unable to start OSGI framework on eclipse or after converting to jar

Iam developing an OSGI equinox launcher which should start the OSGI framework and equinox console.I have added the five jars in a folder called as plugin as a part of the classpath/buildpath but still iam unable to execute. Below is the command…
chetan
  • 55
  • 10
1 2
3