Hi John, Knapsack embeds Felix 3.2.2 and uses some of the more complex options, such as using a custom Logger and adding bundles to the framework before startup:
https://github.com/kgilmer/knapsack/blob/master/org/knapsack/Bootstrap.java hth, ken On Fri, Aug 5, 2011 at 5:27 AM, <[email protected]> wrote: > I'm trying to embed felix and the code examples at > http://felix.apache.org/site/**apache-felix-framework-** > launching-and-embedding.html<http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html>seem, > at least to me, to be incomplete. The only working example of how to > embed felix which I've been able to find is this: > http://svn.apache.org/viewvc/**felix/trunk/examples/** > servicebased.host/src/main/**java/org/apache/felix/example/** > servicebased/host/Activator.**java?view=markup<http://svn.apache.org/viewvc/felix/trunk/examples/servicebased.host/src/main/java/org/apache/felix/example/servicebased/host/Activator.java?view=markup> > > but it depends on felix 1.8.0 and uses classes which no longer exist in > felix 3.2.2. How could this example be adapted to work with a more recent > felix? > > -John > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@felix.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > > -- thx ken

