if(!isEmpty(pass)) response.setRenderParameter("repo-pass", pass);
try {
//todo: hide this in PortletManager/ManagementHelper
ConfigurationManager mgr = ConfigurationUtil.getConfigurationManager(KernelRegistry.getSingleKernel());
Artifact artifact = Artifact.create(configId);
mgr.loadConfiguration(artifact);
mgr.startConfiguration(artifact);
return LIST_MODE;
} catch (Exception e) {
log.error("Unable to start configuration "+configId, e);
response.setRenderParameter("configId", configId);