@Ignore
protected ActionConfiguration loadActionConfig(String filename) throws Exception {
File file = loadFile(filename);
assertNotNull(file);
AliasRegistry aliasRegistry = new AliasRegistry();
// FIXME alias registrar is became useless with new GB flow loading
//new ScriptAliasRegistrar(aliasRegistry); // register static info
XStream xstream = new XStream();
Alias alias = new Alias();
alias.setAliasRegistry(aliasRegistry);