{
allocationSize = Integer.parseInt((String)properties.get("key-cache-size"));
}
catch (Exception e)
{
throw new PoidException(LOCALISER.msg("040006",properties.get("key-cache-size")));
}
}
if (properties != null && properties.get("sequence-name") == null)
{
throw new PoidException(LOCALISER.msg("040007",properties.get("sequence-name")));
}
}