} else if (contextStrat instanceof Strategy)
strat = ((Strategy) contextStrat).getAlias();
else
strat = contextStrat.getClass().getName();
Message msg = _loc.get("unexpected-strategy", context, expected,
strat);
if (die)
throw new MetaDataException(msg);
context.getRepository().getLog().warn(msg);
}