Re: Strategies for bundle repositories and auto-update

2013-09-21 Thread Roland
As I understood you, you want to offer multiple software extension stages or software variants/versions and you want to provide a repository that satisfies all requirements of a given variant. If this is true, then you want to do exactly the same thing what I'm doing. See the link of my first email

Re: How to improve the start time of Apache Felix

2013-09-21 Thread Roland
I printed some timestamps to std out before and after Felix.start() and also in my last bundles BundleActivator (highest startlevel). The Bundles are cached and are started automatically. Most of the time (~1/2 up to ~2/3) is spent for the bundle start / for the resolution! It would be nice if th

Re: How to improve the start time of Apache Felix

2013-09-21 Thread Roland
Christopher BROWN-2 wrote > [...] > With point 4, I'm guessing you mean that you effectively build bundles by > extracting classes in wrapped libraries directly into your bundle, as > opposed to Bundle-Classpath? > [...] that's what I mean. Christopher BROWN-2 wrote > [...] > With point 9, anoth