On 23 Sep 2010, at 23:29 , Guillaume Nodet wrote: > I'd go with #3. Especially if you plan to deploy in Karaf, i'd avoid > #1 because Karaf has some bundles with a Main-Class attribute which > would cause undesired side effects if you scan all bundles with this > attribute and start those.
Just out of interest, do those bundles *also* have a bundle activator (manifest entry)? If so, you could write #1 to not process those. Greetings, Marcel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

