Re: [osgi-dev] restart the framework from within?

2014-11-07 Thread Peter Kriens
Neil, The bnd launcher *does* support STOPPED_UPDATE as well as STOPPED_BOOTCLASSPATH_MODIFIED. However, it does not restart the framework but expects the shell script that invoked the launcher to restart the launcher. The launcher therefore returns the process exit code UPDATE_NEEDED(-4).

Re: [osgi-dev] restart the framework from within?

2014-11-07 Thread Neil Bartlett
Thanks Peter, I didn’t know that. I agree this sounds a lot safer than an in-process update… do we have any documentation on this though? Neil On 7 Nov 2014, at 08:48, Peter Kriens peter.kri...@aqute.biz wrote: Neil, The bnd launcher *does* support STOPPED_UPDATE as well as

Re: [osgi-dev] restart the framework from within?

2014-11-07 Thread Peter Kriens
Yup, not in perfect form, but growing slowly: http://bnd.bndtools.org/chapters/300-launching.html Kind regards, Peter Kriens On 7 nov. 2014, at 10:06, Neil Bartlett njbartl...@gmail.com wrote: Thanks Peter, I didn’t know that. I agree this sounds a lot safer than an in-process