Re: Question on Start Levels

2011-10-20 Thread Rob Walker
Cancel that! Looks like Jetty spins a thread to complete it's startup - so in framework terms it is started, but of course it's internal startup hasn't completed. We get a service registration race condition and deadlock due to this - although we still use the old servicebinder code, so I do

Re: Question on Start Levels

2011-10-20 Thread Karl Pauls
On Thu, Oct 20, 2011 at 9:45 AM, Rob Walker wrote: > Warning - despite working on OSGi and Felix for years, I may be about to > sound like total noob! > > Updating to latest Felix and bundles, we hit an odd startup freeze that we > never had before. Still digging for the cause. > > I'm about to st

Question on Start Levels

2011-10-20 Thread Rob Walker
Warning - despite working on OSGi and Felix for years, I may be about to sound like total noob! Updating to latest Felix and bundles, we hit an odd startup freeze that we never had before. Still digging for the cause. I'm about to start digging in Start Levels code - but maybe someone knows