Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Using Equinox Declarative services in another OSGI framework

2009/3/9 Alin Dreghiciu <adreghiciu@xxxxxxxxx>
Hi Guys,

I was trying to use Declarative Services implementation from equinox
in another OSGi framework and looks like that is not possible.
DS has an import on org.eclipse.osgi.service.debug;version="1.0"
package that I could only find in the Equinox framework itself.
Is it available from somewhere else?

Hi Alin,

have you looked in the org.eclipse.equinox.supplement bundle?
I'm using this to run the Eclipse extension point registry on Felix
which also needs that debug import

You can find releases of org.eclipse.equinox.supplement here:

   http://download.eclipse.org/equinox/

just pick from either the 3.4 / 3.5 stream

If not, can the org.eclipse.osgi.service.debug be made available at
least as a separate bundle, even better together with DebugOptions
impl?

Another simpler option would be to make this import optional and
handle the fact that package is not available in the DS Activator,
case when DS can work as in case that no DebugOptions service is
available = using system properties.

Thanx,
--
Alin Dreghiciu
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.
http://www.codedragons.com - New Energy for Projects - Great People
working on Great Projects at Great Places
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev

--
Cheers, Stuart

Back to the top