}
properties.put(MicroRuntime.AGENTS_KEY, Specifier.encodeSpecifierList(specs));
}
catch (Exception e) {
// This should never happen since agent specifiers have already been successfully parsed once!
e.printStackTrace();
}
// Set the container name as the mediator-ID --> This will force the BE to resynch as soon as we will attach to the platform
properties.put(JICPProtocol.MEDIATOR_ID_KEY, properties.getProperty(MicroRuntime.CONTAINER_NAME_KEY));
myContainer.initInfo(properties);