*/
protected int createGame (final Table table)
throws InvocationException
{
try {
GameManager gmgr = createGameManager(createConfig(table));
GameObject gobj = (GameObject)gmgr.getPlaceObject();
gameCreated(table, gobj, gmgr);
return gobj.getOid();
} catch (Throwable t) {
log.warning("Failed to create manager for game", "config", table.config, t);