Community
Participate
Working Groups
When using the new EquinoxLauncher, the first line of code in the setEquinoxProperties method arbitrarily sets the "osgi.framework.activeThreadType" to "normal"... Since the constructor of the framework could conceivably wait/listen for shutdown itself, it isn't necessarily true that the framework has to create a non-daemon thread to prevent the JVM from shutting down. Need to check for alternate values of this property before just setting this one. Tom can correct my phrasing... Patch attached.
(In reply to comment #0) > Tom can correct my phrasing... Patch attached. > Your phrasing seems correct, but your patch is not attached :) Please attach your patch, thanks.
Created attachment 118260 [details] patch for checking for the set property first Weird. Must not like patches attached when the bug is opened?
Comment on attachment 118260 [details] patch for checking for the set property first Thanks Erin. Adding iplog flag.
Patch released.