// Create the system registry
systemRegistry = new ComponentRegistryImpl();
profileCollector = new ProfileCollectorImpl(profileLevel,
appProperties, systemRegistry);
ProfileCollectorHandle profileCollectorHandle =
new ProfileCollectorHandleImpl(profileCollector);
// Create the configuration MBean and register it. This is
// used during the construction of later components.
ConfigManager config = new ConfigManager(appProperties);