[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

Ban,

Sorry I think I misread your message. Do you mean you require the org.eclipse.osgi bundle using Require-Bundle?

It would be helpful if you could show your MANIFEST.MF.

But as Chris said... don't use service binder, it's obsolete.

Regards
Neil

Neil Bartlett wrote:
Ban,

Importing the package org.eclipse.osgi does not "include" org.eclipse.osgi.framework because Java packages are not hierarchical (though they may appear to be). You must import both packages.

No I do not have any examples of using ServiceBinder in Equinox, it should just work in the same way as it does on Felix (Oscar). Your bundle will fail with the same error if you try running it in Felix.

Regards,
Neil

Ban wrote:
Hello,

Thank you Neil for your help

I have already imported org.eclipse.osgi (that include org.eclipse.osgi.framework) and also the package service binder.

have you a tutorials or examples using service binder in equinox.

Ban