[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: Use of Service Binder with Equinox

Hello

Thank you Neil and Chris for your help. I am a Beginner on OSGi.

Chris, i want to use service binder to resolve the problem of provided and required interfaces in OSGi. I want know if DS resolve this problem??? For Neil, i used the exemple of OSGi and Gravity Service Binder Tutorial
http://oscar-osgi.sourceforge.net/tutorial/ex7.html (on OSCAR)
I changed this file MANIFEST.MF for execution in equinox:


Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Service Binder Spell check service
Bundle-Description: A bundle that implements a simple spell check service
Bundle-SymbolicName: tutorial.example7
Bundle-Vendor: Richard Hall
Bundle-Version: 1.0.0
Bundle-Activator: tutorial.example7.Activator
Import-Package: org.osgi.framework, tutorial.example2.service, tutorial.example5.service
Eclipse-LazyStart: true
Metadata-Location: tutorial/example7/metadata.xml


Thank you again for your help :) and sorry for my poor english. Ban