CommitResourceCommand commitCommand = new CommitResourceCommand();
commandChain.add(new ProcessResourceCommand(commitCommand));
commandChain.add(new DropResourceCommand(commitCommand));
commandChain.add(new DropBundleCommand());
commandChain.add(commitCommand);
commandChain.add(new StartBundleCommand());
return commandChain;
}