ArtifactResolver artifactResolver = onlineDeployerConfigurationManager.getArtifactResolver();
return artifactResolver.resolveInClassLoader(OFFLINE_DEPLOYER_ARTIFACT);
}
protected void enablePersistentConfigurationTracking() throws GBeanNotFoundException {
SwitchablePersistentConfigurationList switchableList = (SwitchablePersistentConfigurationList) kernel.getGBean(SwitchablePersistentConfigurationList.class);
switchableList.setOnline(true);
}