info.addAttribute(ComponentInfoAttributes.JMS_BROKER_URI, getJmsConnector().getClientBrokerUri().toString());
}
info.addAttribute(ComponentInfoAttributes.JMS_CHANGE_MANAGER_TOPIC, getJmsChangeManagerTopic());
}
if (getDetailProvider() != null) {
SecurityMasterDetailProvider dp = getDetailProvider().newInstance();
if (getCacheManager() != null) {
master.setDetailProvider(new EHCachingSecurityMasterDetailProvider(dp, getCacheManager()));
} else {
master.setDetailProvider(dp);
}