RE: [LIKELY JUNK]Re: [equinox-dev] Keeping the OSGi framework fromterminating ifno application is running

2009-06-11 Thread Thomas Watson
That is correct. Another option is to have one of your bundles start an non-daemon thread itself. This has issues though because once your bundle stops (which should stop its own thread) then the VM will stop. Tom | | From: | |

RE: [LIKELY JUNK]Re: [equinox-dev] Keeping the OSGi frameworkfromterminating ifno application is running

2009-06-11 Thread Kirchev, Lazar
Thanks, the osgi.framework.activeThreadType property works fine for us. As for the osgi.noshutdown property, is it possible its description to be changed, so that this becomes clear from it? Beacuse the current description suggests that it really keeps the framework alive. Regards, Lazar

RE: [LIKELY JUNK]Re: [equinox-dev] Keeping the OSGi frameworkfromterminating ifno application is running

2009-06-11 Thread Thomas Watson
Sure can you open a doc bug against Equinox-Framework to clear up the documentation. Thanks. Tom | | From: | | --|

[equinox-dev] Fw: [platform-releng-dev] 3.5 acknowledgements

2009-06-11 Thread John Arthorne
I can take care of assembling and committing a thanks list for the Equinox/p2 teams. All Equinox committers, please send me by private email the names of people you'd like to thank who helped us out during this release. We all know the community is a big part of our success each year, so it's

[equinox-dev] Problem testing with JUnit - Equinox doesn't start

2009-06-11 Thread Markus Kolb
Hi, do you know any online resources which explain how to test bundle code with JUnit and Equinox? I've tried to setup the test suite in Eclipse Ganymede and don't get Equinox to start up when running the tests. !ENTRY org.eclipse.osgi 4 0 2009-06-12 00:57:41.198 !MESSAGE An unexpected runtime

Re: [equinox-dev] Problem testing with JUnit - Equinox doesn't start

2009-06-11 Thread Chris Aniszczyk
On Thu, Jun 11, 2009 at 6:21 PM, Markus Kolb equinox062...@tower-net.dewrote: Hi, do you know any online resources which explain how to test bundle code with JUnit and Equinox? I've tried to setup the test suite in Eclipse Ganymede and don't get Equinox to start up when running the tests.