Details
Description
As pointed out by the TODO added in r830529 by Rick McGuire -
plugins/openjpa2/geronimo-openjpa2/src/main/java/org/apache/geronimo/openjpa/ConfigurationMonitorGBean.java
private void configurationRunning(AbstractName name) { try { Configuration config = (Configuration)kernel.getGBean(name); - classLoaderMap.put(name, config.getConfigurationClassLoader()); +// TODO: This needs to be resolved as to what class loader should be registered +// classLoaderMap.put(name, config.getConfigurationClassLoader()); } catch (GBeanNotFoundException gnfe) { log.warn("Could not retrieve GBean for artifact: " + name.toString(), gnfe); } }