Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » P1 blocker bug with loading of OSGi Extensions
P1 blocker bug with loading of OSGi Extensions [message #99844] Tue, 16 October 2007 12:37
Eclipse UserFriend
Originally posted by: Jan-Hendrik.Diederich.bredex.de

Hi,
I think I've found a big bug with the loading of OSGi Extensions.

private void mergeFileHookConfigurators(ArrayList configuratorList,
ArrayList errors) {
ClassLoader cl = getClass().getClassLoader();
// get all hook configurators files in your classloader delegation
Enumeration hookConfigurators;
try {
hookConfigurators = cl != null ?
cl.getResources(HookRegistry.HOOK_CONFIGURATORS_FILE)
: ClassLoader.getSystemResources(HookRegistry.HOOK_CONFIGURATO RS_FILE);
} catch (IOException e) {
errors.add(new
FrameworkLogEntry(FrameworkAdaptor.FRAMEWORK_SYMBOLICNAME,
FrameworkLogEntry.ERROR, 0, "getResources error on " +
HookRegistry.HOOK_CONFIGURATORS_FILE, 0, e, null)); //$NON-NLS-1$
return;
}
Previous Topic:Re: [equinox-dev][monitoring] Making MXBean attributes automatically available while using org.eclip
Next Topic:Remote OSGi
Goto Forum:
  


Current Time: Sun Oct 06 06:56:02 GMT 2024

Powered by FUDForum. Page generated in 0.03792 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top