Re: [equinox-dev] Eclipse 3.7M2a problem Do I need to do configuration to get dropins folder to work?

2010-11-03 Thread Yousouf, Shenol
Hi, As far as I know, bundles are not installed automatically from the dropins folder. The folder is scanned on start of bundle org.eclipse.equinox.p2.reconciler.dropins, which usually happens with the start of Eclipse. So either you can restart the IDE for changes to take effect or open the

Re: [equinox-dev] Eclipse 3.7M2a problem Do I need to do configuration to get dropins folder to work?

2010-11-03 Thread DJ Houghton
See https://bugs.eclipse.org/227547 From: Yousouf, Shenol s.yous...@sap.com To: Equinox development mailing list

[equinox-dev] Declarative Services

2010-11-03 Thread Santiago Hurtado Gutierrez
Hi all I have been working with JNA for sometime now using c++ components like follows service = (IImageSegmentation) Native.loadLibrary(SmoothSegmentation, IImageSegmentation.class); registry = bundleContext.registerService(IImageSegmentation.class.getName(), service, null); My question is

Re: [equinox-dev] Declarative Services

2010-11-03 Thread Simon J Archer
Declarative Services (DS) is part of the OSGi specification. The specification has been implemented by Eclipse's Equinox project. The DS specification is typically implemented as one or more bundles, separately from the core OSGi framework, which is why it appears to be an Eclipse/Equinox

[equinox-dev] Changes coming in OSGi R4.3 to matching attributes on Require-Bundle and Fragment-Host

2010-11-03 Thread Thomas Watson
For Indigo M4 Equinox is implementing the new OSGi R4.3 core framework specification. One change that is coming (and has been released to this weeks I-Build of Equinox) is the ability to specify arbitrary matching attributes for the Require-Bundle and Fragment-Host manifest headers. See