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
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
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