size = Integer.parseInt(myProfile.getParameter(CACHE_SIZE, null));
}
catch (Exception e) {
// Keep default
}
cachedSlices = new HashCache(size);
routes = new RoutingTable(myProfile.getBooleanProperty(ATTACH_PLATFORM_INFO, false));
if (myContainer.getMain() != null) {
globalAliases = new Hashtable();