I try to run your example and I keep getting error as shown below. In your example you mention restarting the bundle after every is started. Can you tell me which bundle needs to be restarted.
Vikram
ServiceConsumer: resolved -> active
ch.ethz.iks.r_osgi.RemoteOSGiException: No NetworkChannelFactory for r-osgi found.
at ch.ethz.iks.r_osgi.impl.RemoteOSGiServiceImpl.connect(RemoteOSGiServiceImpl.java:564)
at ch.ethz.iks.r_osgi.impl.RemoteOSGiServiceImpl.getRemoteServiceReferences(RemoteOSGiServiceImpl.java:620)
at serviceconsumer.Activator.allServicesAvailable(Activator.java:40
Post Comments - R-OSGi, or how to call OSGi services remotely: Part I
Vickram,
Are you running this on BUG? If so how is your networking setup?
Hi Vikram, sorry for the delay, let me take a look and this with our latest release and get back to you.
Hi Ken,
I try to run your example and I keep getting error as shown below. In your example you mention restarting the bundle after every is started. Can you tell me which bundle needs to be restarted.
Vikram
ServiceConsumer: resolved -> active
ch.ethz.iks.r_osgi.RemoteOSGiException: No NetworkChannelFactory for r-osgi found.
at ch.ethz.iks.r_osgi.impl.RemoteOSGiServiceImpl.connect(RemoteOSGiServiceImpl.java:564)
at ch.ethz.iks.r_osgi.impl.RemoteOSGiServiceImpl.getRemoteServiceReferences(RemoteOSGiServiceImpl.java:620)
at serviceconsumer.Activator.allServicesAvailable(Activator.java:40
you can also use Riena to get remote OSGI Services
http://wiki.eclipse.org/Riena_RemoteServices
http://wiki.eclipse.org/Riena_Getting_started_remoteservices
ekke
Add Your Comment!