Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Embedding Equinox OSGi and EclipseStarter

On Tuesday 13 February 2007 17:12, Alex Blewitt wrote:
> I need to go from 0 to 1 OSGi frameworks, not from 1 to 1+

You probably need;
http://wiki.ops4j.org/confluence/display/ops4j/Pax+Runner

The main issue with that neat tool, is that we can't squeeze in any startlevel 
to the POM, so any scenario can not be handled.

Further, the difference between Equinox's

  forEach bundle
     bundle.install
     bundle.start

vs for instance Knopflerfish's

  forEach bundle
     bundle.install
  forEach bundle
     bundle.start

gives some unexpected results when changing frameworks with the same set of 
bundles.



Cheers
Niclas


Back to the top